UX: Reduce font-size of sidebar section link suffix icon (#17919)

This commit is contained in:
Alan Guo Xiang Tan 2022-08-15 10:34:30 +08:00 committed by GitHub
parent 5a271fdc90
commit 6c13d82630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
margin-left: auto; margin-left: auto;
} }
.sidebar-section-link-suffix {
font-size: var(--font-down-1);
}
.sidebar-section-link-content-text { .sidebar-section-link-content-text {
@include ellipsis; @include ellipsis;