diff --git a/dev/Styles/User/SystemDropDown.less b/dev/Styles/User/SystemDropDown.less index f15a81d02..312fa7551 100644 --- a/dev/Styles/User/SystemDropDown.less +++ b/dev/Styles/User/SystemDropDown.less @@ -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 { @@ -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;