This commit is contained in:
Chris Cochrun 2022-12-28 10:01:12 -06:00
parent ad58a6fcb9
commit 53c4cee0a5
14 changed files with 3234 additions and 1691 deletions

View file

@ -74,6 +74,7 @@ the close button is positioned to the far right */
/* Tab close button */
.tab-close-button {
opacity: 1 !important;
min-width: 10px;
}
#tabs-newtab-button {
@ -82,23 +83,30 @@ the close button is positioned to the far right */
#tabbrowser-tabs {
max-height: 30px !important;
margin-top: 0px !important;
margin-bottom: -5px !important;
padding-bottom: 0px !important;
max-height: 10px !important;
}
#TabsToolbar{
margin-top: -0px !important;
margin-top: 8px !important;
margin-bottom: -1px !important;
padding-bottom: opx !important;
max-height: 30px;
}
.tabbrowser-tab, .tab-background, .tab-stack {
margin-top: 0px !important;
margin-bottom: 0px !important;
max-height: 10px !important;
border: none !important;
border-radius: 1px !important;
}
.tab-background {
margin-top: -5px !important;
margin-top: 0px !important;
max-height: 10px !important;
}
@ -114,6 +122,15 @@ the close button is positioned to the far right */
padding: 0px !important;
}
.tab-close-button {
margin-top: 5px;
min-width: 25px !important;
}
#navigator-toolbox {
padding: 0px !important;
}
/* Autohide Navbar */
#nav-bar:not([customizing="true"]):not([inFullscreen]) {
@ -146,7 +163,7 @@ the close button is positioned to the far right */
/* make urlbar rounded */
#urlbar{
margin-top: 39px !important;
margin-top: 17px !important;
padding-right: 10px !important;
padding-left: 10px !important;
}
@ -172,11 +189,11 @@ the close button is positioned to the far right */
}
#nav-bar-customization-target{
margin-top: -22px;
margin-top: 0px;
}
#nav-bar-overflow-button{
margin-top: -22px !important;
margin-top: 0px !important;
}
#PanelUI-button{
margin-top: -22px !important;
margin-top: 0px !important;
}