Reduce tab sizes on firefox
This commit is contained in:
parent
c21d37ebbd
commit
2638f6e75a
@ -9,7 +9,7 @@
|
|||||||
--mff-tab-border-radius: 0px;
|
--mff-tab-border-radius: 0px;
|
||||||
--mff-tab-color: #ECEFF4;
|
--mff-tab-color: #ECEFF4;
|
||||||
--mff-tab-font-family: "Cantarell", sans;
|
--mff-tab-font-family: "Cantarell", sans;
|
||||||
--mff-tab-font-size: 11pt;
|
--mff-tab-font-size: 10pt;
|
||||||
--mff-tab-font-weight: 400;
|
--mff-tab-font-weight: 400;
|
||||||
--mff-tab-height: 32px;
|
--mff-tab-height: 32px;
|
||||||
--mff-tab-pinned-bg: #A3BE8C;
|
--mff-tab-pinned-bg: #A3BE8C;
|
||||||
@ -53,7 +53,7 @@
|
|||||||
#TabsToolbar .tabbrowser-tab .tab-background,
|
#TabsToolbar .tabbrowser-tab .tab-background,
|
||||||
#TabsToolbar .tabbrowser-tab .tab-content {
|
#TabsToolbar .tabbrowser-tab .tab-content {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
height: 36px;
|
height: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -686,7 +686,7 @@ tree,
|
|||||||
|
|
||||||
#nav-bar:not([customizing]) {
|
#nav-bar:not([customizing]) {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
margin-top: -40px;
|
margin-top: -55px;
|
||||||
transition-delay: 1s;
|
transition-delay: 1s;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user