mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
fix irritating padding asymmetry on notifications
This commit is contained in:
parent
859167470e
commit
70d639c241
|
@ -200,7 +200,7 @@
|
||||||
.icon { color: scale-color($primary, $lightness: 30%); }
|
.icon { color: scale-color($primary, $lightness: 30%); }
|
||||||
li {
|
li {
|
||||||
background-color: scale-color($tertiary, $lightness: 90%);
|
background-color: scale-color($tertiary, $lightness: 90%);
|
||||||
padding: 5px 0 0 2px;
|
padding: 3px 0 3px 2px;
|
||||||
i {
|
i {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user