modify padding & margins around urlbar

This commit is contained in:
MrOtherGuy 2021-03-10 10:16:10 +02:00
parent 06d1221cca
commit fd143b1cc6

View file

@ -13,7 +13,8 @@ See the above repository for updates as well as full license text. */
menupopup > menuitem, menupopup > menuitem,
menupopup > menu{ padding-block: 0.3em !important; } 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 */ /* 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{ #nav-bar{
box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important; box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important;