mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02: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
@ -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…
x
Reference in New Issue
Block a user