Skip to content

Commit

Permalink
Fixes "space panel kebab menu is rendered out of view on sub spaces" (#…
Browse files Browse the repository at this point in the history
…8350)

* fixes space kebab menu out of view

* update-eslint: space kebab menu out of view

* update: space kebap menu

* update: space panel collapse behavior and kebap menu fix

* update: space panel collapse behavior and kebap menu fix

* updated fix
  • Loading branch information
yaya-usman committed Apr 30, 2022
1 parent 2c08063 commit ad2d3a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/structures/_SpacePanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ $activeBorderColor: $primary-content;
border-radius: 12px;
padding: 4px;
width: calc(100% - 32px);
min-width: 0;
}

.mx_SpaceButton_name {
Expand Down Expand Up @@ -274,6 +275,7 @@ $activeBorderColor: $primary-content;
display: flex;
flex-direction: column;
max-width: 250px;
min-width: 0;
flex-grow: 1;

.mx_BaseAvatar:not(.mx_UserMenu_userAvatar_BaseAvatar) .mx_BaseAvatar_initial {
Expand Down

0 comments on commit ad2d3a3

Please sign in to comment.