mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 07:55:32 +08:00
UX: Properly size emoji in sidebar section link text (#17610)
This commit is contained in:
parent
a626b99a50
commit
b4b339b059
@ -34,6 +34,11 @@
|
|||||||
.sidebar-section-link-content-text {
|
.sidebar-section-link-content-text {
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
|
|
||||||
|
.emoji {
|
||||||
|
width: 15px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user