Browse Source

Fix notification tick size

tags/v5.1.0
Chocobozzz 2 weeks ago
parent
commit
a31aed9c1c
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      client/src/app/menu/notification.component.scss

+ 5
- 1
client/src/app/menu/notification.component.scss 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 {


Loading…
Cancel
Save