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

Commit

Permalink
Set flex to buttons on NewRoomIntro with gap around them (#8146)
Browse files Browse the repository at this point in the history
* Set flex to buttons on NewRoomIntro with gap around them

Closes element-hq/element-web#21553

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* empty commit
  • Loading branch information
luixxiul authored Mar 24, 2022
1 parent 56569db commit f229ad6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions res/css/views/rooms/_NewRoomIntro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ limitations under the License.

.mx_NewRoomIntro_buttons {
margin-top: 28px;
display: flex;
flex-flow: wrap;
gap: 14px 12px;

.mx_AccessibleButton {
line-height: $font-24px;
display: inline-block;

& + .mx_AccessibleButton {
margin-left: 12px;
}

&:not(.mx_AccessibleButton_kind_primary_outline)::before {
content: '';
display: inline-block;
Expand Down

0 comments on commit f229ad6

Please sign in to comment.