This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-03-03 18:50:55 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
stylesheets
/
desktop
/
menu-panel.scss
10 lines
121 B
SCSS
Raw
Normal View
History
Unescape
Escape
DEV: Introduce a basic version of the new notifications menu behind a feature flag (#17492)
2022-07-19 05:35:02 +03:00
.
menu-panel
{
&
.
user-menu
.
revamped
{
width
:
unset
;
}
.
panel-body
{
max-height
:
calc
(
100
vh
-
100
px
)
;
}
FIX: ensure menu not too tall on desktop only Followup to af65809e, menu-panel shorter than 100vh does not look good on mobile.
2019-11-03 18:47:53 -05:00
}
Reference in New Issue
Copy Permalink