adding a lot of little additions and tweaks for the updated nix

This commit is contained in:
Chris Cochrun 2023-01-03 07:23:08 -06:00
parent b68e8c45d8
commit e47b3fa5ff
13 changed files with 70 additions and 77 deletions

View file

@ -54,11 +54,10 @@
display: flex;
justify-content: center;
align-items: center;
margin-top: 5px;
max-height: 20px;
margin-top: 0px;
min-width: 100% !important;
padding: 0 10px !important;
}
.tab-icon-image {
margin-top: 4px;
}
@ -71,43 +70,36 @@ the close button is positioned to the far right */
-moz-box-flex: 1
}
.tab-label {
margin-top: 5px !important;
}
/* Tab close button */
.tab-close-button {
opacity: 1 !important;
min-width: 10px;
min-width: 30px;
}
#tabs-newtab-button {
visibility: hidden !important;
}
#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: 8px !important;
margin-bottom: -1px !important;
padding-bottom: opx !important;
margin-top: 0px !important;
max-height: 30px;
}
.tabbrowser-tab, .tab-background, .tab-stack {
margin-top: 0px !important;
margin-bottom: 0px !important;
max-height: 10px !important;
max-height: 20px !important;
border: none !important;
border-radius: 1px !important;
}
.tab-background {
margin-top: 0px !important;
max-height: 10px !important;
max-height: 20px !important;
}
.tab-background[selected]:-moz-lwtheme {
@ -122,15 +114,6 @@ 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]) {
@ -178,7 +161,7 @@ the close button is positioned to the far right */
}
#urlbar[breakout][breakout-extend] {
margin-top: 14px !important;
margin-top: 0px !important;
top: 0px !important;
}
@ -187,13 +170,3 @@ the close button is positioned to the far right */
padding-block: calc(2px + (var(--uc-toolbar-height) - var(--urlbar-height)) / 2);
padding-inline: calc(5px + 2px);
}
#nav-bar-customization-target{
margin-top: 0px;
}
#nav-bar-overflow-button{
margin-top: 0px !important;
}
#PanelUI-button{
margin-top: 0px !important;
}