fix notifications, add dynamic listener url

This commit is contained in:
mbecker20
2023-02-28 03:41:25 +00:00
parent 2944ba6ef9
commit 94949291c2
10 changed files with 72 additions and 71 deletions

View File

@@ -25,7 +25,7 @@ const WebhookUrl: Component<{}> = (p) => {
style={{ "flex-wrap": "wrap" }}
>
<Show when={listenerUrl()} fallback={<Loading type="three-dot" />}>
<div class="ellipsis" style={{ width: "250px" }}>
<div class="ellipsis" style={{ "max-width": "250px" }}>
{listenerUrl()}
</div>
</Show>