Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix user menu bottom stroke (#7248)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 1, 2021
1 parent 2046991 commit 5c0562c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions res/css/structures/_UserMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c0562c

Please sign in to comment.