UX: increase text size for mobile exp sidebar (#17521)

This commit is contained in:
Kris 2022-07-15 17:44:44 -04:00 committed by GitHub
parent ddd9d9b620
commit 9909d001c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -24,6 +24,7 @@
@import "reviewables";
@import "ring";
@import "search";
@import "sidebar";
@import "tagging";
@import "topic-list";
@import "topic-post";

View File

@ -0,0 +1,12 @@
#main-outlet-wrapper {
.sidebar-section-header {
margin-bottom: 0.25em;
}
.sidebar-section-header-link {
font-size: var(--font-0);
}
.sidebar-section-link {
padding: 0.5em;
font-size: var(--font-0);
}
}