Lift today label over poster

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-10 22:55:14 +09:00
parent 4e149a500d
commit 6943e6ef3e
+10 -6
View File
@@ -152,7 +152,9 @@ h1 {
.upload-panel {
width: min(100%, 430px);
margin: clamp(-24px, -3vw, -12px) auto 0;
position: relative;
z-index: 8;
margin: clamp(-58px, -6vw, -34px) auto 0;
}
.upload-panel__today {
@@ -161,13 +163,14 @@ h1 {
justify-content: center;
gap: clamp(10px, 2.4vw, 16px);
margin: 0 auto clamp(14px, 2.8vw, 20px);
padding: 11px clamp(12px, 3vw, 22px) 9px;
padding: 6px clamp(8px, 2vw, 16px) 5px;
width: fit-content;
max-width: 100%;
border-radius: 999px;
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 8px 22px rgba(120, 120, 112, 0.08);
backdrop-filter: blur(3px);
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
backdrop-filter: none;
color: #4f4f4f;
font-size: clamp(24px, 4.8vw, 35px);
line-height: 1.15;
@@ -449,6 +452,7 @@ h1 {
.upload-panel {
width: min(calc(100% - 48px), 340px);
margin-top: -54px;
}
.thank-you {