Use NES.css to style share link (#2104)
* Use NES.css to style share link * Run pretty Co-authored-by: Alban Bruder <alban.bruder@uni-weimar.de>
This commit is contained in:
parent
10c56872fb
commit
576a2b89cc
@ -47,7 +47,13 @@
|
|||||||
{#if !canShare}
|
{#if !canShare}
|
||||||
<section class="share-url not-mobile">
|
<section class="share-url not-mobile">
|
||||||
<h3>{$LL.menu.invite.description()}</h3>
|
<h3>{$LL.menu.invite.description()}</h3>
|
||||||
<input type="text" readonly id="input-share-link" class="link-url" value={location.toString()} />
|
<input
|
||||||
|
type="text"
|
||||||
|
readonly
|
||||||
|
id="input-share-link"
|
||||||
|
class="link-url nes-input is-dark"
|
||||||
|
value={location.toString()}
|
||||||
|
/>
|
||||||
<button type="button" class="nes-btn is-primary" on:click={copyLink}>{$LL.menu.invite.copy()}</button>
|
<button type="button" class="nes-btn is-primary" on:click={copyLink}>{$LL.menu.invite.copy()}</button>
|
||||||
</section>
|
</section>
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
Reference in New Issue
Block a user