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

Fix user menu bottom stroke #7248

Merged
merged 1 commit into from
Dec 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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