Update Space Panel scrollable region (#7245)
This commit is contained in:
parent
4a6d46b76a
commit
82c125c170
4 changed files with 25 additions and 13 deletions
|
@ -19,10 +19,11 @@ limitations under the License.
|
|||
border-bottom: 1px solid $quinary-content;
|
||||
margin-left: 18px;
|
||||
margin-bottom: 4px;
|
||||
margin-top: 12px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: max-content;
|
||||
width: calc(100% - 20px);
|
||||
|
||||
.mx_UserMenu_userAvatar {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue