i dont like the centered url bar actually

This commit is contained in:
fuzzysh 2021-12-17 22:55:08 -06:00
parent 401f3c58c7
commit b1d5ca66f6
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line{
height: 3px !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
margin: 0px !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
imports/s-l1000.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

View File

@ -5,7 +5,14 @@
@import url("imports/centered_tab_content.css");
@import url("imports/minimal_in-UI_scrollbars.css");
@import url("imports/classic_grid_main_menu_popup.css");
@import url("imports/container-adjustments.css");
/* make tabs thinner :) */
:root {
--tab-min-height: 28px !important;
}
/* center url
#urlbar-input-container{
text-align: center;
}
*/