remove margin around urlbar-background
This also removes pre-proton tab-block-margin variable which isn't supported anymore
This commit is contained in:
parent
b3730074ba
commit
880700519a
1 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
--toolbarbutton-inner-padding: 6px !important;
|
--toolbarbutton-inner-padding: 6px !important;
|
||||||
--proton-tab-block-margin: 2px !important;
|
|
||||||
--tab-block-margin: 2px !important;
|
--tab-block-margin: 2px !important;
|
||||||
--tabs-shadow-size: 0px !important;
|
--tabs-shadow-size: 0px !important;
|
||||||
--arrowpanel-menuitem-padding: 5px !important;
|
--arrowpanel-menuitem-padding: 5px !important;
|
||||||
|
@ -18,8 +17,6 @@ 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-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;
|
||||||
|
|
Loading…
Reference in a new issue