fix collapsed notifications incorrect styles

This commit is contained in:
Henry Jameson 2024-02-27 01:08:04 +02:00
commit d8827932bc
6 changed files with 18 additions and 26 deletions

View file

@ -62,15 +62,5 @@
.StatusContent {
flex: 1;
min-width: 0;
&.faint {
.greentext {
color: var(--funtextGreentextFaint);
}
.cyantext {
color: var(--funtextCyantextFaint);
}
}
}
</style>