This commit is contained in:
Stian
2025-05-24 18:02:32 +02:00
parent ba904dfc28
commit b25a5e7293
3 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -21,11 +21,6 @@
height: 100%;
}
/* Unset statusbar top border */
#browser footer#footer {
border-top: unset !important;
}
/* Skinnier statusbar */
#browser footer .toolbar-statusbar {
height: 20px;
@@ -34,10 +29,15 @@
height: 20px;
width: 100%;
}
#browser footer .toolbar-statusbar .override.button-icon {
#browser footer .toolbar-statusbar .button-icon.override {
height: 100%;
}
/* Unset statusbar top border */
#browser footer#footer {
border-top: unset !important;
}
/* SiteInfoButton */
.SiteInfoButton {
opacity: unset !important;