static-fe: don’t squeeze non-square emoji

Emoji and the navbar items want to let blend in with lines of text,
so fix their height and let the width adjust as needed.
This commit is contained in:
Oneric 2024-02-20 17:33:38 +01:00
parent 3111181d3c
commit a0daec6ea1
1 changed files with 3 additions and 2 deletions

View File

@ -117,6 +117,7 @@ nav {
.inner-nav img {
height: 28px;
width: auto;
vertical-align: middle;
padding-right: 5px
}
@ -642,13 +643,13 @@ summary {
}
img:not(.u-photo, .fa-icon) {
width: 32px;
width: auto;
height: 32px;
padding: 0;
vertical-align: middle;
}
.username img:not(.u-photo) {
width: 16px;
width: auto;
height: 16px;
}