forked from treehouse/mastodon
fix(actions-modal): Inconsistent margins (#4418)
parent
534da4f24f
commit
296bfa23aa
|
@ -3509,6 +3509,10 @@ button.icon-button.active i.fa-retweet {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
li:empty {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
li:not(:empty) {
|
li:not(:empty) {
|
||||||
a {
|
a {
|
||||||
color: $ui-base-color;
|
color: $ui-base-color;
|
||||||
|
|
Loading…
Reference in New Issue