discourse/app/assets/stylesheets
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
..
common FIX: limits max height to viewport on channel only (#21539) 2023-05-15 11:46:33 +02:00
desktop UX: Various improvements to welcome topic CTA (#21010) 2023-05-12 17:09:40 +03:00
mobile DEV: remove old and experimental user menu styles (#21326) 2023-05-02 15:07:42 -04:00
vendor A11Y: Add clearer focus states for date picker elements (#17890) 2022-08-15 14:50:07 -04:00
admin.scss
color_definitions.scss UX: update ring animation to avoid scroll (#21150) 2023-04-19 09:13:50 -04:00
common.scss A11Y: Improve accessibility in WHCM themes (#18606) 2022-10-17 07:07:46 -07:00
desktop_rtl.scss
desktop.scss DEV: Added support for custom site setting 'emoji_list' (#12414) 2021-04-07 15:32:05 +02:00
embed.scss UX: highlight vars updates (#20346) 2023-02-21 10:15:49 +01:00
ember_cli.scss DEV: Require Ember CLI to be used in development mode (#12738) 2021-04-29 14:13:36 -04:00
mobile_rtl.scss
mobile.scss DEV: Refactor font and category background importers (#12312) 2021-03-10 11:05:56 -05:00
publish.scss UX: update and consolodate published page styles (#18792) 2022-11-01 14:31:39 -04:00
qunit-custom.scss DEV: Add dark theme support to QUnit (#19014) 2022-11-17 18:44:44 +01:00
qunit.scss DEV: Add dark theme support to QUnit (#19014) 2022-11-17 18:44:44 +01:00
wcag.scss A11Y: increase contrast of elements in wcag scheme (#21025) 2023-04-07 17:16:27 -04:00
wizard.scss UX: minor installation success style adjustments (#21239) 2023-04-25 15:50:54 -04:00