Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix position of wide images on IRC / modern layout #8667

Merged
merged 4 commits into from
May 23, 2022
Merged

Fix position of wide images on IRC / modern layout #8667

merged 4 commits into from
May 23, 2022

Commits on May 22, 2022

  1. Move declarations related to position from _MImageBody.scss to _Event…

    …Tile.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 <[email protected]>
    luixxiul committed May 22, 2022
    Configuration menu
    Copy the full SHA
    16bc6c2 View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    luixxiul committed May 22, 2022
    Configuration menu
    Copy the full SHA
    923f7af View commit details
    Browse the repository at this point in the history
  3. Apply 'justify-content: center' to bubble layout only

    'justify-content: center' was added for the bubble layout with 1436f23. It should not be applied to the other layouts.
    
    In order to prevent an issue related to cascading from happening, 'justify-content: flex-start' is explicitly specified.
    
    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed May 22, 2022
    Configuration menu
    Copy the full SHA
    05c1bb3 View commit details
    Browse the repository at this point in the history
  4. yarn run lint:style --fix

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed May 22, 2022
    Configuration menu
    Copy the full SHA
    abd1c37 View commit details
    Browse the repository at this point in the history