tangled
alpha
login
or
join now
veryroundbird.house
/
pds-dash
4
fork
atom
pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)
4
fork
atom
overview
issues
pulls
pipelines
fix popover id problem
veryroundbird.house
6 months ago
8e209105
487c39c6
+2
-1
2 changed files
expand all
collapse all
unified
split
src
lib
AccountComponent.svelte
themes
birdrights
theme.css
+1
-1
src/lib/AccountComponent.svelte
reviewed
···
24
24
/>
25
25
{/if}
26
26
</div>
27
27
-
<div class="accountTooltip" popover id="{account.handle.replace('.')}">
27
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
reviewed
···
328
328
background-color: transparent;
329
329
padding: 0;
330
330
position: relative;
331
331
+
cursor: pointer;
331
332
}
332
333
333
334
.accountContainer {