Real ellipsis and better line height

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-23 11:24:59 +02:00
parent f8f6529653
commit 910a431653
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
4 changed files with 4 additions and 4 deletions

View File

@ -1480,7 +1480,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
&.name,
&.storageLocation {
// better multi-line visual
line-height: 1em;
line-height: 1.3em;
}
&.quota {
.multiselect--active + progress {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -40,7 +40,7 @@
v-if="!loading.delete && !loading.disable">
</div>
<!-- dirty hack to ellipsis on two lines -->
<div class="name">{{user.id.substr(0, 40)}}{{user.id.substr(0, 40).length===40?'...':''}}</div>
<div class="name">{{user.id.substr(0, 40)}}{{user.id.substr(0, 40).length===40?'':''}}</div>
<form class="displayName" :class="{'icon-loading-small': loading.displayName}" v-on:submit.prevent="updateDisplayName">
<input :id="'displayName'+user.id+rand" type="text"
:disabled="loading.displayName||loading.all"