frontend: slightly improve create channel modal
This commit is contained in:
parent
131a270562
commit
a8479ee549
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ body {
|
|||
}
|
||||
|
||||
.modal-header {
|
||||
margin-bottom: var(--space-md);
|
||||
margin-bottom: var(--space-norm);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<div class="modal-backdrop" transition:fade="{{ duration: 300, easing: quintInOut }}" on:click="{ close }">
|
||||
<div class="modal" transition:fly="{{ duration: 300, easing: quintInOut, y: 10 }}" on:click|stopPropagation>
|
||||
<div class="modal-header">
|
||||
<span class="h3">Create Channel</span>
|
||||
<span class="h4">Create Channel</span>
|
||||
</div>
|
||||
|
||||
<label class="input-label">
|
||||
|
|
Loading…
Reference in a new issue