UX: better alignment of icons in notifications menu (#9934)

This commit is contained in:
Joffrey JAFFEUX
2020-05-29 22:48:47 +02:00
committed by GitHub
parent 7a76f3c295
commit 03c3448b15

View File

@@ -212,12 +212,13 @@
}
li:not(.show-all) {
padding: 0;
a {
display: flex;
align-items: center;
padding: 0.25em 0.5em;
}
.d-icon {
padding-top: 0.2em;
margin-right: 0.5em;
}
}