fixes the button positioning on right side tabbar

This commit is contained in:
DinnoDEV 2025-02-26 11:18:41 +07:00 committed by GitHub
parent cdccfde6b2
commit 0f025d05f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,7 @@
#navigator-toolbox[zen-right-side="true"] > #zen-sidebar-top-buttons > .titlebar-buttonbox-container > .titlebar-buttonbox {
margin-top: 11px !important;
}
.titlebar-buttonbox {
margin-right: 20px;
}