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
|
||
---|---|---|
.. | ||
components/views | ||
structures | ||
views | ||
_animations.scss | ||
_common.scss | ||
_components.scss | ||
_font-sizes.scss | ||
_font-weights.scss | ||
_spacing.scss | ||
rethemendex.sh |