This commit is contained in:
the-djmaze 2022-12-22 10:31:19 +01:00
parent 7c4f1c309e
commit 40d29acb15
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@
z-index: 103;
.email-title {
max-width: 50vw;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 32px;

View file

@ -17,7 +17,7 @@
<menu class="dropdown-menu right-edge" tabindex="-1" role="menu" aria-labelledby="top-system-dropdown-id">
<!-- ko foreach: accounts -->
<li role="presentation">
<li role="presentation" data-bind="css:{'show-mobile':1==$root.accounts.length}">
<a class="email-title" href="#" data-bind="click: $root.accountClick, text: name || email,
attr: {title: email, 'data-unread': unreadEmails, 'data-icon': $root.accountEmail() === email ? '✔' : '👤'}"></a>
</li>