discourse/plugins/chat/assets/stylesheets
Joffrey JAFFEUX f9eae75972
DEV: improves keyboard sizing (#26372)
This commit is making the following changes:

- replaces `mobile-keyboard` initializer and `chat-vh` with a new template-less component: `d-vh`
- ensures body scroll lock is released when page/tab focus changes
- correctly locks body on chat channels and chat threads when composer is focused
- removes `bodyScrollFix` as we now use body scroll lock
- `onViewportResize` has been debounced to ensure it's not a bad performance vector
- adds a reverse option do body scroll lock, this is made to support reversed scroll areas (like chat channels and threads)

---------

Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
2024-03-27 08:50:32 +01:00
..
common DEV: improves keyboard sizing (#26372) 2024-03-27 08:50:32 +01:00
desktop UX: chat > general fixes (#25929) 2024-02-28 15:12:13 +01:00
mixins DEV: move chat scrollbar style to scollbar file (#25934) 2024-02-28 19:07:22 +01:00
mobile UX: fix chat navbar header alignment (#26161) 2024-03-14 12:11:08 +08:00
colors.scss