UX: hide sidebar li overflow, remove title margin (#17294)

This commit is contained in:
Kris 2022-06-30 18:24:29 -04:00 committed by GitHub
parent 321dc29583
commit 199d58461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -145,7 +145,7 @@
}
.sidebar-section-link-content-text {
width: 70%;
@include ellipsis;
.badge-wrapper {
font-size: 100%;

View File

@ -216,10 +216,6 @@ body.has-sidebar-page {
gap: 0 2em;
padding-left: 0;
}
.extra-info-wrapper {
// align docked header title with post content
margin-left: 7.7em;
}
}
body.sidebar-animate {