mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 02:47:06 +00:00
Tweak relay icon size in nav
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
title={displayRelayUrl(url)}
|
||||
class="tooltip-right"
|
||||
notification={$notifications.has(makeSpacePath(url))}>
|
||||
<RelayIcon {url} size={10} class="rounded-full" />
|
||||
<RelayIcon {url} size={url ? 10 : 7} class="rounded-full" />
|
||||
</PrimaryNavItem>
|
||||
|
||||
Reference in New Issue
Block a user