mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
social editor tweaks
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
8d0c3b9969
commit
684c671a09
@ -54,9 +54,9 @@
|
|||||||
|
|
||||||
<div class="popup">
|
<div class="popup">
|
||||||
<div class="popup-block">
|
<div class="popup-block">
|
||||||
<span>Contact</span>
|
<span>Contact Links</span>
|
||||||
{#each providers as provider, i}
|
{#each providers as provider, i}
|
||||||
<EditBox label={provider.label} placeholder={provider.placeholder} bind:value={newValues[i].value} maxWidth={'12.5rem'}/>
|
<EditBox label={provider.label} placeholder={provider.placeholder} bind:value={newValues[i].value} maxWidth={'14.5rem'}/>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="popup-block">
|
<!-- <div class="popup-block">
|
||||||
@ -72,8 +72,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 1.5rem 1.25rem;
|
padding: 1.5rem 1.25rem;
|
||||||
width: 15rem;
|
width: 17rem;
|
||||||
max-width: 15rem;
|
max-width: 17rem;
|
||||||
color: var(--theme-caption-color);
|
color: var(--theme-caption-color);
|
||||||
background-color: var(--theme-button-bg-hovered);
|
background-color: var(--theme-button-bg-hovered);
|
||||||
border: 1px solid var(--theme-button-border-enabled);
|
border: 1px solid var(--theme-button-border-enabled);
|
||||||
|
Loading…
Reference in New Issue
Block a user