pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)

fix popover id problem

Changed files
+2 -1
src
themes
birdrights
+1 -1
src/lib/AccountComponent.svelte
···
/>
{/if}
</div>
-
<div class="accountTooltip" popover id="{account.handle.replace('.')}">
<div class="banner">
<img class="bannerImg" src="{Config.PDS_URL}/xrpc/com.atproto.sync.getBlob?did={account.did}&cid={account.bannerCid}" alt="{account.displayName}'s banner" width="300" height="100" />
<img class="avatarInsetImg" src="{Config.PDS_URL}/xrpc/com.atproto.sync.getBlob?did={account.did}&cid={account.avatarCid}" alt="{account.displayName}'s avatar" width="50" height="50" />
···
/>
{/if}
</div>
+
<div class="accountTooltip" popover id="{account.handle.replace('.', '')}">
<div class="banner">
<img class="bannerImg" src="{Config.PDS_URL}/xrpc/com.atproto.sync.getBlob?did={account.did}&cid={account.bannerCid}" alt="{account.displayName}'s banner" width="300" height="100" />
<img class="avatarInsetImg" src="{Config.PDS_URL}/xrpc/com.atproto.sync.getBlob?did={account.did}&cid={account.avatarCid}" alt="{account.displayName}'s avatar" width="50" height="50" />
+1
themes/birdrights/theme.css
···
background-color: transparent;
padding: 0;
position: relative;
}
.accountContainer {
···
background-color: transparent;
padding: 0;
position: relative;
+
cursor: pointer;
}
.accountContainer {