UX: make user status emoji on post stream smaller (#18169)
This commit is contained in:
parent
fd6109a6e1
commit
3501468db7
|
@ -234,6 +234,11 @@ $quote-share-maxwidth: 150px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.emoji {
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.post-controls {
|
nav.post-controls {
|
||||||
|
|
Loading…
Reference in New Issue