UX: hide sidebar li overflow, remove title margin (#17294)
This commit is contained in:
parent
321dc29583
commit
199d58461b
|
@ -145,7 +145,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-link-content-text {
|
.sidebar-section-link-content-text {
|
||||||
width: 70%;
|
@include ellipsis;
|
||||||
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
|
|
@ -216,10 +216,6 @@ body.has-sidebar-page {
|
||||||
gap: 0 2em;
|
gap: 0 2em;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
.extra-info-wrapper {
|
|
||||||
// align docked header title with post content
|
|
||||||
margin-left: 7.7em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.sidebar-animate {
|
body.sidebar-animate {
|
||||||
|
|
Loading…
Reference in New Issue