mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-20 11:50:43 +00:00
chore: Update grid-template-columns in zen-browser-shared.css
This commit is contained in:
@@ -798,7 +798,7 @@ panelmultiview {
|
||||
/* We have the pinned tabs on the top, next to each other,
|
||||
* and the rest of the tabs are below them. */
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(31px, 1fr));
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user