Accommodate onion urls

This commit is contained in:
Jon Staab
2025-01-14 15:58:38 -08:00
parent 6fcf0e7f12
commit af91fe129b
6 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
<SecondaryNavSection class="max-h-screen">
<div>
<SecondaryNavItem class="w-full !justify-between" on:click={openMenu}>
<strong>{displayRelayUrl(url)}</strong>
<strong class="ellipsize">{displayRelayUrl(url)}</strong>
<Icon icon="alt-arrow-down" />
</SecondaryNavItem>
{#if showMenu}