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:
@@ -177,6 +177,7 @@ statusbarpanel {
|
||||
content: "▾";
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
@@ -237,6 +238,29 @@ statusbarpanel {
|
||||
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: */
|
||||
|
||||
Reference in New Issue
Block a user