mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: Set width on hamburger menu drop down to prevent overflow (#17607)
This commit is contained in:
parent
972e51e808
commit
852057a25a
@ -572,6 +572,14 @@ div.menu-links-header {
|
||||
// Sidebar-hamburger hybrid
|
||||
|
||||
.hamburger-menu.revamped {
|
||||
.panel-body {
|
||||
width: 100%;
|
||||
|
||||
.panel-body-content {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-section-wrapper {
|
||||
.sidebar-section-header-button {
|
||||
opacity: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user