Work on mobile layout

This commit is contained in:
Jon Staab
2024-10-09 14:19:27 -07:00
parent 6ef291d755
commit 05b320cd98
16 changed files with 213 additions and 101 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
import Avatar from "@lib/components/Avatar.svelte"
import {deriveRelay} from "@welshman/app"
export let url
export let url = ""
const relay = deriveRelay(url)
</script>
<Avatar
icon="remote-controller-minimalistic"
class="!h-10 !w-10 border border-solid border-base-300"
class="!h-10 !w-10"
alt={displayRelayUrl(url)}
src={$relay?.profile?.icon} />