style: adjust scss for consistent styling

This commit is contained in:
tux
2026-02-04 02:55:13 +05:30
parent 38b6cfb89a
commit bd05b722f5
4 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ window.launcher {
background: $bg-color;
border-radius: $rounded;
padding: 10px;
font-size: 1.2rem;
font-size: $font-size;
.search {
min-width: 300px;
@@ -30,7 +30,7 @@ window.launcher {
}
image {
-gtk-icon-size: 2rem;
-gtk-icon-size: 1.5rem;
}
}