UX: Properly size emoji in sidebar section link text (#17610)

This commit is contained in:
Alan Guo Xiang Tan 2022-07-22 15:58:21 +08:00 committed by GitHub
parent a626b99a50
commit b4b339b059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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%;