Render mini user menu for when space panel is disabled (#7258)
This commit is contained in:
parent
d3c556bef7
commit
0a99be3d65
5 changed files with 23 additions and 5 deletions
|
@ -349,6 +349,12 @@ $activeBorderColor: $primary-content;
|
|||
mask-image: linear-gradient(180deg, transparent, black 5%, black 95%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_UserMenu {
|
||||
padding: 0 2px 8px;
|
||||
border-bottom: 1px solid $quinary-content;
|
||||
margin: 12px 14px 4px 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpacePanel_contextMenu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue