xmpp.chapril.org-conversejs/sass
JC Brand dd91d3cc55 Use flexbox to keep the chat scrolled down
By using `display: flex` and `flex-direction: column-reverse`, the chat
now automatically scrolls down when loaded, without requiring any
extra JavaScript.

We still need to scroll down with JavaScript when sending a message.

By using `column-reverse`, the messages container now works in reverse.
So the newest message is the first element in the container and the
oldest message is the last. This is the reverse of before.

Due to this, this change will likely break some plugins.
2019-06-18 11:37:07 +02:00
..
_autocomplete.scss Remove Awesomeplete in favor of _converse.AutoComplete 2019-03-28 12:43:34 +01:00
_bookmarks.scss CSS: Also color the room and contact toggles 2018-12-10 15:12:29 +01:00
_chatbox.scss Use flexbox to keep the chat scrolled down 2019-06-18 11:37:07 +02:00
_chatrooms.scss Fixes #1445 Participants list uses big font in embedded mode 2019-06-04 12:20:53 +02:00
_controlbox.scss Fix controlbox position in fullscreen mode 2019-05-31 09:33:02 +02:00
_core.scss Fade out ephemeral messages 2019-06-12 07:09:22 +02:00
_forms.scss Render MUC forms with Backbone.VDOMView 2019-04-24 14:51:12 +02:00
_headline.scss Simplify rendering of trimmed chats 2019-05-29 13:28:45 +02:00
_lists.scss Bugfix. Highlighted roster contact shown as online when actually away 2019-05-09 11:40:48 +02:00
_messages.scss Use flexbox to keep the chat scrolled down 2019-06-18 11:37:07 +02:00
_minimized_chats.scss Switch from SASS variables to CSS custom properties 2018-11-03 00:40:43 +01:00
_modal.scss Properly generate and render fingerprints 2018-08-27 21:02:31 +02:00
_roster.scss fixing some alignment issues in the sidebar 2018-12-12 10:45:17 +01:00
_variables.scss iOS viewport was less than 100vh so had to redefine vh units 2019-05-15 18:32:11 +02:00
converse.scss Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
font-awesome.scss Put CSS files also in ./dist 2019-05-10 12:57:30 +02:00
website.scss Add weblate as sponsor and update homepage text 2019-05-06 21:21:51 +02:00