mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 23:26:26 +08:00
UX: let hamburger-sidebar restrict child width (#17614)
This commit is contained in:
parent
a6680fce03
commit
edb931e7e5
@ -572,12 +572,10 @@ div.menu-links-header {
|
||||
// Sidebar-hamburger hybrid
|
||||
|
||||
.hamburger-menu.revamped {
|
||||
.panel-body {
|
||||
width: 100%;
|
||||
width: var(--d-sidebar-width);
|
||||
|
||||
.panel-body-content {
|
||||
width: 100%;
|
||||
}
|
||||
.panel-body-content {
|
||||
min-width: 0; // prevent content blowing out width
|
||||
}
|
||||
|
||||
.sidebar-section-wrapper {
|
||||
|
Loading…
x
Reference in New Issue
Block a user