fix(webui): UpObject correct spacing

feat/users
Tomáš Mládek 2024-02-20 13:47:49 +01:00
parent 4ccfc63318
commit c5e14eae0d
1 changed files with 1 additions and 6 deletions

View File

@ -168,7 +168,6 @@
class:show-type={$entityInfo?.t === 'Url' && !addressIds.length}
>
<HashBadge {address} />
<div class="separator" />
<div class="label" class:resolving title={displayLabel}>
<Editable
value={{ t: 'String', c: displayLabel }}
@ -295,11 +294,11 @@
display: flex;
flex-wrap: wrap;
align-items: baseline;
margin-left: 0.25em;
}
.label-inner {
max-width: 100%;
margin-right: 0.25em;
}
&.banner .label {
@ -348,10 +347,6 @@
}
}
.separator {
width: 0.5em;
}
.icon {
margin: 0 0.1em;
}