mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
5446d5d6ba
* Move declarations related to position from _MImageBody.scss to _EventTile.scss
These declarations should not be defined as default values as position depends on other factors such as layout, etc.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Move min-height and min-width declarations from _MImageBody.scss to _EventTile.scss
Since min-height and min-width have been specified for bubble layout, the declarations have been expected to be applied to the other layouts.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* Apply 'justify-content: center' to bubble layout only
'justify-content: center' was added for the bubble layout with
|
||
---|---|---|
.. | ||
audio_messages | ||
auth | ||
avatars | ||
beta | ||
context_menus | ||
dialogs | ||
directory | ||
elements | ||
emojipicker | ||
location | ||
messages | ||
right_panel | ||
room_settings | ||
rooms | ||
settings | ||
spaces | ||
terms | ||
toasts | ||
typography | ||
verification | ||
voip |