Fix notification tick size

This commit is contained in:
Chocobozzz
2023-03-16 08:18:48 +01:00
parent 2346a6dc80
commit a31aed9c1c

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 {