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

fix popover id problem

+2 -1
+1 -1
src/lib/AccountComponent.svelte
··· 24 24 /> 25 25 {/if} 26 26 </div> 27 - <div class="accountTooltip" popover id="{account.handle.replace('.')}"> 27 + <div class="accountTooltip" popover id="{account.handle.replace('.', '')}"> 28 28 <div class="banner"> 29 29 <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" /> 30 30 <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
··· 328 328 background-color: transparent; 329 329 padding: 0; 330 330 position: relative; 331 + cursor: pointer; 331 332 } 332 333 333 334 .accountContainer {