mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
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:
parent
2c08063925
commit
ad2d3a3683
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue