Fixed tab background overlapping

Added bottom margin to tabs so tab backgrounds don't overlap with each other. Closes #303
This commit is contained in:
nitro
2024-08-18 15:31:36 +02:00
parent 1479679cb6
commit 1d017d1dea

View File

@@ -150,6 +150,7 @@
.tabbrowser-tab {
margin-inline-start: 0;
margin: 0 auto;
margin-bottom: 1.5px !important;
}
.tabbrowser-tab[pinned] {