mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Fix NotificationGrid Design (#3028)
Updating normalizer messed with it https://github.com/flarum/core/pull/3015/files
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.NotificationGrid {
|
||||
background: @control-bg;
|
||||
border-radius: @border-radius;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
|
||||
td, th {
|
||||
border-bottom: 1px solid @body-bg;
|
||||
|
Reference in New Issue
Block a user