Browse Source

Firefox: Fix tab label alignment

wayland
Riyyi 3 weeks ago
parent
commit
b24521fd4f
  1. 4
      .mozilla/firefox/README.org

4
.mozilla/firefox/README.org

@ -31,7 +31,7 @@ Tree Style Tab style rules.
} }
.tab { .tab {
height: 23px; height: 25px;
margin-bottom: 1px; margin-bottom: 1px;
background: #404552; background: #404552;
border: 0px; border: 0px;
@ -39,7 +39,7 @@ Tree Style Tab style rules.
} }
.tab .label { .tab .label {
line-height: 1.15; line-height: 1.75;
margin-bottom: 1px; margin-bottom: 1px;
margin-left: 0.25em; margin-left: 0.25em;
} }

Loading…
Cancel
Save