mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: hide sidebar li overflow, remove title margin (#17294)
This commit is contained in:
parent
321dc29583
commit
199d58461b
2 changed files with 1 additions and 5 deletions
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
|
||||
.sidebar-section-link-content-text {
|
||||
width: 70%;
|
||||
@include ellipsis;
|
||||
|
||||
.badge-wrapper {
|
||||
font-size: 100%;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue