Merge pull request #4162 from Vankerkom/tweak-navigation-sizing

Tweak navigation sizing
This commit is contained in:
Bill Thornton 2022-11-18 13:58:03 -05:00 committed by GitHub
commit 7d5603a64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -273,20 +273,21 @@
flex-shrink: 0;
[dir="ltr"] & {
margin-right: 1.2em;
margin-right: 1em;
}
[dir="rtl"] & {
margin-left: 1.2em;
margin-left: 1em;
}
}
.navMenuOptionText {
line-height: 1.35em;
white-space: nowrap;
margin-top: 0.25em;
}
.sidebarHeader {
font-size: 1em;
margin: 1em 0 0.5em;
[dir="ltr"] & {

View file

@ -122,10 +122,11 @@
padding: 0.1em 0;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
}
.layout-desktop .listItemBodyText {
margin: 0.25em 0 0 0;
line-height: 1.2em;
}
.listItemBodyText-nowrap {