UX: Increase sidebar fontsize on mobile (#18100)

Font size was first increased in 9909d001c5 but regressed in
7a05a9d411
This commit is contained in:
Alan Guo Xiang Tan 2022-08-29 10:27:58 +08:00 committed by GitHub
parent d80535d78f
commit 48da481871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 23 deletions

View File

@ -73,13 +73,13 @@
--d-sidebar-highlight-color: var(--primary-low);
.sidebar-row {
padding: 0.25rem var(--d-sidebar-row-horizontal-padding);
padding: 0.5rem var(--d-sidebar-row-horizontal-padding);
height: 27px;
align-items: center;
font-size: var(--font-down-1);
font-size: var(--font-0);
}
.sidebar-section-wrapper .sidebar-section-header {
padding: 0;
.sidebar-section-wrapper {
margin-bottom: 0.5em;
}
}

View File

@ -1,17 +1,3 @@
#main-outlet-wrapper {
.sidebar-section-header-wrapper {
margin-bottom: 0.25em;
}
.sidebar-section-header-link {
font-size: var(--font-0);
}
.sidebar-section-link {
padding: 0.5em;
font-size: var(--font-0);
}
}
.sidebar-footer-wrapper {
position: static;
margin-top: 1em;
@ -20,8 +6,3 @@
padding: 0.5em 0.1em;
}
}
.sidebar-more-section-links-details
.sidebar-more-section-links-details-summary {
font-size: var(--font-0);
}