Fixed pinned tabs

This commit is contained in:
Mauro Balades
2024-08-04 12:01:13 +02:00
parent 3cd21f5516
commit 3900908ed7

View File

@@ -814,7 +814,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(31px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
padding: 5px;
}