Real ellipsis and better line height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
f8f6529653
commit
910a431653
|
@ -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
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue