1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-29 07:39:36 +02:00

Display info message on homescreen if applications or categories arrays are empty

This commit is contained in:
unknown 2021-06-08 14:02:19 +02:00
parent 22920f2660
commit 35c589c94c
8 changed files with 58 additions and 42 deletions

View file

@ -28,4 +28,13 @@
.GridMessage a {
color: var(--color-accent);
font-weight: 600;
}
.AppsMessage {
color: var(--color-primary);
}
.AppsMessage a {
color: var(--color-accent);
font-weight: 600;
}