This commit is contained in:
6d486f49
2026-07-03 13:48:14 -04:00
parent b17f7e12db
commit e1cb1a81a3
2 changed files with 17 additions and 5 deletions
@@ -261,7 +261,7 @@
background: var(--bg-surface);
border: 2px solid transparent;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
aspect-ratio: 5 / 8;
height: 210px;
}
.browser-card:hover {
@@ -289,7 +289,7 @@
.browser-card-img {
position: relative;
width: 100%;
padding-bottom: 140%;
height: calc(100% - 26px);
overflow: hidden;
background: #0e0e22;
}
@@ -340,13 +340,15 @@
.browser-card-name {
font-size: 0.7rem;
font-weight: 600;
padding: 0.3rem 0.45rem;
padding: 0 0.45rem;
background: var(--bg-elevated);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text-primary);
letter-spacing: 0.01em;
height: 26px;
line-height: 26px;
}
/* ── Deck Panel ── */