Skip to content

Commit

Permalink
Missing user dropdown css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Dec 8, 2022
1 parent b374023 commit 6af4ead
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions dev/Styles/User/SystemDropDown.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@
z-index: 103;

.email-title {
display: inline-block;
max-width: 50vw;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
margin-right: 28px;
vertical-align: middle;
padding-right: 32px;
}

.audioPlace {
Expand Down Expand Up @@ -69,11 +66,7 @@
white-space: nowrap;
}

.dropdown-menu a.account-item {
padding-right: 5px;
}

span[data-unread]::after {
a[data-unread]::after {
content: attr(data-unread);
background-color: var(--unread-count-bg-color, #999);
border-radius: 1em;
Expand Down

0 comments on commit 6af4ead

Please sign in to comment.