diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-05 14:44:31 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-05 14:44:31 -0500 |
| commit | 16ec9ef2e1e53b5cc2a3fd86c123e39371d00c2b (patch) | |
| tree | c7d702bc34b643d3db2d127378e843086e52d0d4 /ui/lib | |
| parent | 377e6255a6534e5371512fa051ea16b42e761aac (diff) | |
Stylize more better
Diffstat (limited to 'ui/lib')
| -rw-r--r-- | ui/lib/components/Invite.svelte | 2 | ||||
| -rw-r--r-- | ui/lib/components/Invites.svelte | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/lib/components/Invite.svelte b/ui/lib/components/Invite.svelte index 9e6e469..29631f4 100644 --- a/ui/lib/components/Invite.svelte +++ b/ui/lib/components/Invite.svelte @@ -10,4 +10,4 @@ </script> <button use:copy={{ text: inviteUrl }}>copy</button> -<span>{inviteUrl}</span> +<span class="invite-url-literal">{inviteUrl}</span> diff --git a/ui/lib/components/Invites.svelte b/ui/lib/components/Invites.svelte index 5c5d601..7861448 100644 --- a/ui/lib/components/Invites.svelte +++ b/ui/lib/components/Invites.svelte @@ -17,7 +17,7 @@ <button type="submit">create invitation</button> </form> -<ul> +<ul class="invite-list"> {#each invites as invite} <li><Invite id={invite.id} /></li> {/each} |
