mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +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
|
||
---|---|---|
.. | ||
_CallEvent.scss | ||
_common_CryptoEvent.scss | ||
_CreateEvent.scss | ||
_DateSeparator.scss | ||
_DisambiguatedProfile.scss | ||
_EventTileBubble.scss | ||
_HiddenBody.scss | ||
_JumpToDatePicker.scss | ||
_MediaBody.scss | ||
_MEmoteBody.scss | ||
_MessageActionBar.scss | ||
_MessageTimestamp.scss | ||
_MFileBody.scss | ||
_MImageBody.scss | ||
_MImageReplyBody.scss | ||
_MJitsiWidgetEvent.scss | ||
_MjolnirBody.scss | ||
_MLocationBody.scss | ||
_MNoticeBody.scss | ||
_MPollBody.scss | ||
_MStickerBody.scss | ||
_MTextBody.scss | ||
_MVideoBody.scss | ||
_ReactionsRow.scss | ||
_ReactionsRowButton.scss | ||
_RedactedBody.scss | ||
_RoomAvatarEvent.scss | ||
_TextualEvent.scss | ||
_UnknownBody.scss | ||
_ViewSourceEvent.scss |