Fix notification tick size

This commit is contained in:
Chocobozzz 2023-03-16 08:18:48 +01:00
parent 2346a6dc80
commit a31aed9c1c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 1 deletions

View File

@ -120,9 +120,13 @@
}
}
my-global-icon {
my-global-icon[iconName=cog] {
width: 20px;
}
my-global-icon[iconName=tick] {
width: 26px;
}
}
.all-notifications {