system-icons: Fix icons sizing

Fixes #622
This commit is contained in:
Rafael Mardojai CM 2023-05-17 22:52:35 -05:00
parent ed0272a275
commit e3eef6ee31
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@
filter: var(--gnome-icons-hack-filter);
list-style-image: url("moz-icon://stock/window-close-symbolic?size=dialog") !important;
}
/* Icon size */
toolbar .toolbarbutton-1 > .toolbarbutton-icon {
width: 16px !important;
height: 16px !important;
}
/* Navbar icons */