fixed #id_gear_btn styling on billboard.html; removed redundant padding from %billboard-page-base

This commit is contained in:
Disco DeDisco
2026-03-24 17:22:49 -04:00
parent c71f4eb68c
commit 2ca4e9d39f
2 changed files with 13 additions and 17 deletions

View File

@@ -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) ──────────────────────────