Fix user menu bottom stroke (#7248)

pull/21833/head
Michael Telatynski 2021-12-01 14:17:37 +00:00 committed by GitHub
parent 2046991848
commit 5c0562cfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -17,13 +17,10 @@ limitations under the License.
.mx_UserMenu {
padding: 0 2px 8px;
border-bottom: 1px solid $quinary-content;
margin-left: 18px;
margin-bottom: 4px;
margin-top: 12px;
margin: 12px 14px 4px 18px;
box-sizing: border-box;
display: flex;
align-items: center;
width: calc(100% - 20px);
.mx_UserMenu_userAvatar {
position: relative;