Fixes "space panel kebab menu is rendered out of view on sub spaces" (#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
This commit is contained in:
Yaya Usman 2022-04-30 18:36:03 +03:00 committed by GitHub
parent 2c08063925
commit ad2d3a3683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,6 +155,7 @@ $activeBorderColor: $primary-content;
border-radius: 12px;
padding: 4px;
width: calc(100% - 32px);
min-width: 0;
}
.mx_SpaceButton_name {
@ -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 {