v0.6.2: hero page site foot, dismiss detail on empty click, drop patches version footer.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+12
-12
@@ -493,6 +493,18 @@ body {
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.heroes-site-foot {
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
padding: 6px 14px 10px;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
font-weight: var(--fw-medium);
|
||||
color: var(--muted);
|
||||
letter-spacing: 0.08em;
|
||||
opacity: 0.55;
|
||||
user-select: none;
|
||||
}
|
||||
.detail:not(.empty) {
|
||||
height: var(--detail-fixed-h);
|
||||
min-height: var(--detail-fixed-h);
|
||||
@@ -2808,18 +2820,6 @@ body:has(#items-view:not(.hidden)) {
|
||||
font-size: var(--fs-body);
|
||||
line-height: var(--lh-body);
|
||||
}
|
||||
.patches-site-version {
|
||||
width: min(var(--content-read), 92%);
|
||||
padding: 4px 0 28px;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
font-weight: var(--fw-medium);
|
||||
color: var(--muted);
|
||||
letter-spacing: 0.08em;
|
||||
opacity: 0.55;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.rankings-board {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user