fix: replace settings mobile tabs with 2-col grid and remove fab

This commit is contained in:
ginnoir
2026-06-03 19:17:17 -05:00
parent 6e92648a41
commit f47c1c3a23
3 changed files with 11 additions and 10 deletions
+1 -4
View File
@@ -725,7 +725,7 @@
}
:where(html[data-nav="bottom"]) .scroll-area,
:where(html[data-nav="fab"]) .scroll-area {
padding: 12px 14px 88px;
padding: 12px 14px 74px;
}
.scroll-area::-webkit-scrollbar {
@@ -1507,7 +1507,4 @@ select {
:where(html[data-nav="bottom"]) .scroll-area {
padding-bottom: 52px;
}
.fab {
bottom: 50px !important;
}
}