Update space panel expand mechanism (#7230)

This commit is contained in:
Michael Telatynski
2021-12-07 09:32:00 +00:00
committed by GitHub
parent e2ed00db85
commit 275e9c1d02
11 changed files with 107 additions and 39 deletions

View File

@@ -19,6 +19,11 @@ limitations under the License.
display: flex;
align-items: center;
.mx_AccessibleButton {
display: flex;
align-items: center;
}
.mx_UserMenu_userAvatar {
position: relative;
}
@@ -30,7 +35,7 @@ limitations under the License.
margin-left: 10px;
}
&.mx_UserMenu_cutout .mx_BaseAvatar {
.mx_UserMenu_cutout .mx_BaseAvatar {
mask-image: url('$(res)/img/element-icons/roomlist/dnd-avatar-mask.svg');
mask-position: center;
mask-size: contain;