mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #900 from henrebotha/patch-1
Prevent cutting off a few pixels at the top
This commit is contained in:
commit
32a1fd25d4
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@
|
|||
padding-top: 7px !important;
|
||||
}
|
||||
|
||||
#main-window[sizemode="maximized"] #content-deck {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
/* Hide URL notifications that aren't particularly useful and cover up the command line
|
||||
* TODO: move it above the command line / bring functionality into status line like Vimperator */
|
||||
statuspanel[type="overLink"],
|
||||
|
|
Loading…
Add table
Reference in a new issue