forked from coracle/flotilla
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