mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 00:04:11 +08:00
10 lines
121 B
SCSS
10 lines
121 B
SCSS
.menu-panel {
|
|
&.user-menu.revamped {
|
|
width: unset;
|
|
}
|
|
|
|
.panel-body {
|
|
max-height: calc(100vh - 100px);
|
|
}
|
|
}
|