mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed browser bottom padding misaligns (closes https://github.com/zen-browser/desktop/issues/2007)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user