multi-row-tabs: remove bottom-margin from tabs-newtab-button
The 1px bottom margin may have small visible effect for row-height computation in which case the visible height may be thrown off by a little bit. This patch fixes that issue.
This commit is contained in:
@@ -183,6 +183,9 @@ See the above repository for updates as well as full license text. */
|
||||
/* This should fix potential flash that could occur when bottom border is hovered to show tabs in fullscreen mode */
|
||||
#tabbrowser-tabpanels{ background-color: var(--lwt-accent-color) !important; }
|
||||
|
||||
/* remove bottom margin so it doesn't throw off row height computation */
|
||||
#tabs-newtab-button{ margin-bottom: 0 !important; }
|
||||
|
||||
/* Hide some things that are unnecessary in multi-row below content mode */
|
||||
|
||||
#TabsToolbar > #window-controls,
|
||||
|
||||
Reference in New Issue
Block a user