릴리스: v1.2.21 티어표 카드와 좌측 레일 밀도 조정

This commit is contained in:
2026-03-30 17:58:51 +09:00
parent c1f0471f1f
commit 1a7ec50a93
10 changed files with 241 additions and 204 deletions

View File

@@ -496,9 +496,11 @@ watch(
.appUserCard__avatar {
width: 42px;
height: 42px;
border-radius: 12px;
border-radius: 999px;
object-fit: cover;
flex: 0 0 auto;
border: 1px solid rgba(255, 255, 255, 0.14);
background: rgba(255, 255, 255, 0.08);
}
.appUserCard__avatar--fallback {
@@ -596,18 +598,18 @@ watch(
}
.leftRail__section {
margin-top: 24px;
margin-top: 22px;
display: grid;
gap: 10px;
gap: 8px;
}
.leftRail__sectionTitle {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: rgba(255, 255, 255, 0.62);
font-weight: 700;
font-size: 11px;
color: rgba(255, 255, 255, 0.38);
font-weight: 600;
}
.favoriteEmpty {
@@ -618,21 +620,21 @@ watch(
.favoriteShortcut {
display: grid;
grid-template-columns: 36px minmax(0, 1fr);
gap: 12px;
grid-template-columns: 24px minmax(0, 1fr);
gap: 8px;
align-items: center;
padding: 6px 0;
padding: 3px 0;
border: 0;
background: transparent;
color: rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.72);
text-align: left;
cursor: pointer;
}
.favoriteShortcut__thumb {
width: 36px;
height: 36px;
border-radius: 8px;
width: 24px;
height: 24px;
border-radius: 6px;
object-fit: cover;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.08);
@@ -650,23 +652,23 @@ watch(
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
font-size: 12px;
}
.favoriteMoreLink {
display: flex;
align-items: center;
gap: 10px;
gap: 8px;
margin-top: 4px;
color: rgba(255, 255, 255, 0.76);
color: rgba(255, 255, 255, 0.62);
text-decoration: none;
font-size: 14px;
font-size: 12px;
}
.favoriteMoreLink__icon {
width: 28px;
height: 28px;
border-radius: 10px;
width: 22px;
height: 22px;
border-radius: 8px;
display: grid;
place-items: center;
background: rgba(255, 255, 255, 0.06);
@@ -674,8 +676,8 @@ watch(
}
.favoriteMoreLink__icon img {
width: 16px;
height: 16px;
width: 12px;
height: 12px;
display: block;
filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(207%) hue-rotate(186deg) brightness(96%) contrast(92%);
}