UX: Increase sidebar fontsize on mobile (#18100)
Font size was first increased in9909d001c5
but regressed in7a05a9d411
This commit is contained in:
parent
d80535d78f
commit
48da481871
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue