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

Adjust EditMessageComposer style declarations #8631

Merged
merged 3 commits into from
May 17, 2022
Merged

Adjust EditMessageComposer style declarations #8631

merged 3 commits into from
May 17, 2022

Commits on May 17, 2022

  1. Adjust EditMessageComposer style declarations

    - "max-width: 100%" to avoid flexbox from overflowing
    - "flex-flow: row wrap-reverse" to display "Save" over "Cancel" button
    - "margin-inline-start: auto" to move those buttons to the right side
    - "flex: 1" to set the same width for the buttons
    - "min-width: 100px" to align the edge of the button with text area
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5dfaa37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce825b5 View commit details
    Browse the repository at this point in the history
  3. Replace fit-content with auto for width property

    Also move mx_EditMessageComposer overflow declaration from _EventBubbleTile.scss to _EventTile.scss
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3b055a5 View commit details
    Browse the repository at this point in the history