an static landing page for your PDS that displays users & their bluesky posts. pds.wlo.moe
bluesky pds atproto

fix: prevent account stats from going onto a new line

vt3e.cat b6a05733 10aea523

verified
Changed files
+4 -1
src
components
AccountList
+4 -1
src/components/AccountList/AccountItem.vue
··· 118 118 font-weight: 700; 119 119 font-size: 1rem; 120 120 line-height: 1.25rem; 121 - margin: 0; 122 121 white-space: nowrap; 123 122 text-overflow: ellipsis; 124 123 overflow: hidden; ··· 141 140 color: hsla(var(--subtext0) / 0.85); 142 141 padding: 0.125rem 0.25rem; 143 142 user-select: none; 143 + white-space: nowrap; 144 + text-overflow: ellipsis; 145 + overflow: hidden; 146 + 144 147 &.account__content-handle { 145 148 color: hsla(var(--subtext1) / 1); 146 149 }