fixed #id_gear_btn styling on billboard.html; removed redundant padding from %billboard-page-base
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
html:has(body.page-billboard),
|
||||
@@ -36,14 +35,6 @@ body.page-billscroll {
|
||||
|
||||
.billboard-page {
|
||||
@extend %billboard-page-base;
|
||||
|
||||
// Gear btn positioning mirrors dashboard/wallet pattern
|
||||
> .gear-btn {
|
||||
position: fixed;
|
||||
bottom: calc(var(--footer-w, 4rem) + 0.75rem);
|
||||
right: calc(var(--footer-w, 4rem) + 0.75rem);
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
// ── Billscroll page (single full-aperture applet) ──────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user