...
This commit is contained in:
@@ -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 ── */
|
||||
|
||||
Reference in New Issue
Block a user