discourse/plugins/chat/assets/stylesheets/mobile
Joffrey JAFFEUX 5ce0697348
FIX: limits max height to viewport on channel only (#21539)
Before this commit chat was applying a fixed height on everything under the `/chat` route. It's only really needed on the channel page with the composer at the bottom of the page.

This commits makes the following changes:
- moves height limitation from `#main-outlet-wrapper` to `.chat-channel`
- makes browse channel page and members list page full height and rely on main document scrollbar
- adds height computation for draft header and direct message creator block to ensure the height is correct when creating a draft channel
- makes chat index full height to rely on the browser scrollbar. As a result the <kbd> + </kbd> button used on mobile to create a direct message as been moved out of `<ChannelsList>` into the chat index template
- sidebar height was relying on chat setting a max height, as a result the height computation of sidebar has been changed to work correctly, especially with an opened keyboard on mobile or ipad
2023-05-15 11:46:33 +02:00
..
base-mobile.scss UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
chat-channel-info.scss REFACTOR: handles every chat resource as an URL (#18961) 2022-11-11 06:39:15 +01:00
chat-composer-upload.scss UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
chat-composer.scss UX: composer use BEM + small tweaks to enabled/disabled styling (#21246) 2023-04-28 10:24:49 +02:00
chat-emoji-picker.scss UX: chat mobile tweaks (#21041) 2023-04-11 09:03:12 +02:00
chat-index.scss FIX: limits max height to viewport on channel only (#21539) 2023-05-15 11:46:33 +02:00
chat-message-actions.scss UX: chat mobile tweaks (#21041) 2023-04-11 09:03:12 +02:00
chat-message.scss UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
chat-selection-manager.scss
chat-side-panel.scss UI: thread panel sizing/spacing on mobile (#21440) 2023-05-09 00:17:42 +02:00
chat-thread-settings-modal.scss FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
chat-thread.scss UI: thread panel sizing/spacing on mobile (#21440) 2023-05-09 00:17:42 +02:00
chat-threads-list.scss FIX: Handle deleted original message for thread index (#21470) 2023-05-10 13:58:15 +02:00
index.scss FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00