1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:17:59 +01:00

Take that, wasted vertical space! Suck it, UI designers!

This commit is contained in:
Kris Maglione
2014-02-18 20:37:19 -08:00
parent 685042dfe7
commit e1cc311f7f

View File

@@ -177,6 +177,7 @@ statusbarpanel {
content: "▾"; content: "▾";
color: white; color: white;
font-size: 18px; font-size: 18px;
line-height: 18px;
} }
#nav-bar { #nav-bar {
@@ -237,6 +238,29 @@ statusbarpanel {
min-height: 24px !important; min-height: 24px !important;
} }
#PanelUI-button,
#PanelUI-menu-button,
#nav-bar-customization-target > .toolbarbutton-1,
#nav-bar-customization-target > .toolbarbutton-1 > xul|toolbarbutton {
padding: 0 !important;
}
#nav-bar-customization-target > xul|toolbaritem > .toolbarbutton-1 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#nav-bar-customization-target > .toolbarbutton-1,
#nav-bar-customization-target > .toolbarbutton-1 > xul|dropmarker > xul|image {
margin-top: 0 !important;
margin-bottom: 0 !important;
max-height: 24px !important;
}
#nav-bar-customization-target #urlbar {
margin-bottom: 0 !important;
}
} }
/* vim: set fdm=marker sw=4 ts=4 et: */ /* vim: set fdm=marker sw=4 ts=4 et: */