Create attachments tab (#85)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-08-30 09:26:11 +02:00
committed by GitHub
parent d98e450c24
commit 62b3dbec86
5 changed files with 120 additions and 7 deletions
@@ -23,7 +23,7 @@
</script>
<div class="container">
<span class="label">{label}</span>
<span class="overflow-label label">{label}</span>
<ActionIcon label={'More...'} icon={MoreH} size={'small'} {action}/>
</div>
@@ -36,11 +36,6 @@
height: 4.5rem;
.label {
flex-grow: 1;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
user-select: none;
font-weight: 500;
font-size: 1rem;
color: var(--theme-caption-color);