Fixed browser bottom padding misaligns (closes https://github.com/zen-browser/desktop/issues/2007)

This commit is contained in:
mr. M
2024-10-11 19:43:09 +02:00
parent 0c30803fdd
commit 2082079c7e

View File

@@ -30,7 +30,7 @@
margin-top: 0 !important; /* Fix full screen mode */
padding-top: var(--zen-toolbox-top-align);
padding-bottom: var(--zen-element-separation);
padding-bottom: var(--zen-element-separation) !important;
order: 0 !important;