fix: Fixed window controls not being aligned when being on the right side, b=closes #8910, c=tabs

This commit is contained in:
Mr. M
2025-06-07 19:54:06 +02:00
parent bb2196900b
commit 3da1da968e

View File

@@ -79,10 +79,6 @@
& #zen-sidebar-top-buttons-customization-target {
padding-top: 0;
}
/* Add padding to the left of the nav container */
& #zen-appcontent-navbar-container {
padding-left: var(--zen-element-separation);
}
/* Include common fixes for this top-button scenario */
%include zen-tabs/vertical-tabs-topbuttons-fix.css
}