discourse/plugins/chat/assets/stylesheets
Joffrey JAFFEUX 89d7b1861d
FIX: various mobile optimizations (#22043)
* FIX: increases resize observer throttle delay
25ms is not necessary and was sometimes causing jankyness.

* FIX: removes ios momentum fix delay
Instead of a 50ms, simply use next+schedule("afterRender") to attempt to have the shortest delay possible.

* FIX: backdrop event propagation
Prevents backdrop touch to propagate to underlying channel/thread.

* UX: adds is-active class to container of active message
This change allows to keep the background on the active message while the actions menu is displayed.

* FIX: prevents skip-link to be selected on press

* UX: allows to close actions menu instantly
The backdrop should always receive events, we don't need to wait for the menu to be fully displayed.

* UI: adds spacing between last message and composer

* UI: makes backdrop less dark

* FIX: makes events passive on long-press modifier
2023-06-09 17:37:26 +02:00
..
common FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00
desktop UI: chat composer step 2 (#21641) 2023-05-22 17:00:50 +02:00
mixins FIX: show scrollbars under firefox in chat (#21587) 2023-05-16 16:44:15 +02:00
mobile FIX: various mobile optimizations (#22043) 2023-06-09 17:37:26 +02:00
colors.scss