modify padding & margins around urlbar
This commit is contained in:
parent
06d1221cca
commit
fd143b1cc6
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ See the above repository for updates as well as full license text. */
|
|||
menupopup > menuitem,
|
||||
menupopup > menu{ padding-block: 0.3em !important; }
|
||||
|
||||
#urlbar-container{ padding-block: 3px !important; }
|
||||
#urlbar-container{ padding-block: 0px !important; }
|
||||
#urlbar-background{ margin-block: 1px }
|
||||
/* This is kinda weird, but it makes the horizontal line between tabs and nav-bar render "inside" nav-bar thus tabs are more visibily separated even if there is less space there */
|
||||
#nav-bar{
|
||||
box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important;
|
||||
|
|
Loading…
Reference in a new issue