mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04:00
fix irritating padding asymmetry on notifications
This commit is contained in:
parent
859167470e
commit
70d639c241
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
.icon { color: scale-color($primary, $lightness: 30%); }
|
||||
li {
|
||||
background-color: scale-color($tertiary, $lightness: 90%);
|
||||
padding: 5px 0 0 2px;
|
||||
padding: 3px 0 3px 2px;
|
||||
i {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue