chore: Update grid-template-columns in zen-browser-shared.css

This commit is contained in:
Mauro Balades
2024-07-29 14:32:58 +02:00
parent d5a4ce2331
commit e3edc10e95

View File

@@ -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;
}