discourse/app
Bianca Nenciu 9ea8a4a9af
FIX: Use CSS transition to make room for composer (#16750)
The composer is displayed over the bottom part of the page. To make sure
that no content is covered by the composer, a bottom padding is added
equal to the height of the composer. When the composer is opened or
closed that padding is added after around 300ms because of a debounce.

This commit makes sure that the padding is added as soon as the composer
state changes by using a CSS custom property (variable) and transition
property for a smooth user interface.
2022-05-17 22:44:25 +03:00
..
assets FIX: Use CSS transition to make room for composer (#16750) 2022-05-17 22:44:25 +03:00
controllers DEV: New readonly mode. Only applies to non-staff (#16243) 2022-05-17 13:06:08 -05:00
helpers FIX: Use registered bookmarkables for BookmarkManager (#16695) 2022-05-11 09:51:03 +10:00
jobs DEV: Remove PostAction/UserAction bookmark refs (#16681) 2022-05-10 10:42:18 +10:00
mailers FIX: Use our header value instead of custom header on duplicates (#16711) 2022-05-11 13:47:12 +10:00
models FIX: Apply 'hide email account' for invites 2022-05-17 09:56:06 +02:00
serializers FIX: Allow .ics for polymorphic bookmarks (#16694) 2022-05-11 09:29:24 +10:00
services DEV: Don't cache watched words in test env (#16731) 2022-05-12 14:45:05 +08:00
views FEATURE: Add page title to 404 pages (#16846) 2022-05-17 18:37:43 +03:00