mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #280
This commit is contained in:
parent
7c4f1c309e
commit
40d29acb15
2 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,6 @@
|
||||||
z-index: 103;
|
z-index: 103;
|
||||||
|
|
||||||
.email-title {
|
.email-title {
|
||||||
max-width: 50vw;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<menu class="dropdown-menu right-edge" tabindex="-1" role="menu" aria-labelledby="top-system-dropdown-id">
|
<menu class="dropdown-menu right-edge" tabindex="-1" role="menu" aria-labelledby="top-system-dropdown-id">
|
||||||
|
|
||||||
<!-- ko foreach: accounts -->
|
<!-- 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,
|
<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>
|
attr: {title: email, 'data-unread': unreadEmails, 'data-icon': $root.accountEmail() === email ? '✔' : '👤'}"></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue