mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
Fix NotificationGrid Design (#3028)
Updating normalizer messed with it https://github.com/flarum/core/pull/3015/files
This commit is contained in:
parent
1d7c486a37
commit
7944358953
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user