chore: Update vertical-tabs.css to remove margin-bottom on #newtab-button-container

This commit is contained in:
mauro-balades
2024-09-03 18:23:56 +02:00
parent 7ef180fe7e
commit 37adddc0ed

View File

@@ -301,6 +301,7 @@
#newtab-button-container {
margin: var(--zen-tabbrowser-padding);
margin-top: 0;
margin-bottom: 0;
&[showborder] {
margin-top: var(--zen-tabbrowser-padding);