1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 09:25:45 +01:00

Make the status bar properly customizable and remove some useless vertical space in the navbar.

This commit is contained in:
Kris Maglione
2014-02-16 22:48:07 -08:00
parent d9c39262a6
commit 5aceb5f61d
5 changed files with 24 additions and 9 deletions

View File

@@ -168,6 +168,11 @@ statusbarpanel {
visibility: collapse;
}
#nav-bar {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.dactyl-commandline-prompt {
/* background-color: inherit; */
margin: 0px;