Fixed weird margins on the browser view when having right sided tabs

This commit is contained in:
mr. M
2025-01-11 16:10:55 +01:00
parent a035b6f1c6
commit 70cd0f90c7

View File

@@ -141,7 +141,7 @@
margin-right: 0;
}
&:not([zen-no-padding='true']) #zen-tabbox-wrapper {
&:not([zen-no-padding='true'], [zen-right-side='true']) #zen-tabbox-wrapper {
margin-left: 1px;
}
}