This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

tweak

+8 -3
+4
app/src/app/globals.css
··· 187 187 min-height: 100vh; 188 188 } 189 189 190 + h1 { 191 + line-height: 2.5rem; 192 + } 193 + 190 194 main { 191 195 min-height: calc(100vh - 60px); 192 196 width: 100%;
+1 -1
app/src/app/page.tsx
··· 360 360 The world&apos;s 1st decentralized social media app for sharing when you&apos;re on the toilet. Powered by the AT Protocol. Your flushes are saved to your PDS via the im.flushing lexicon.<br /> 361 361 <span className={styles.creditLine}> 362 362 Made by <a href="https://bsky.app/profile/dame.is" target="_blank" rel="noopener noreferrer">@dame.is</a>. 363 - Like the app? Donate to<a href="https://ko-fi.com/dameis" target="_blank" rel="noopener noreferrer" className={styles.kofiLink}>my toilet paper fund</a>. 363 + Like the app? Donate to<a href="https://ko-fi.com/dameis" target="_blank" rel="noopener noreferrer" className={styles.kofiLink}> my toilet paper fund</a>. 364 364 </span> 365 365 </p> 366 366 </div>
+2 -1
app/src/components/NavigationBar.module.css
··· 187 187 /* Small mobile layout */ 188 188 @media (max-width: 520px) { 189 189 .navbar { 190 - padding: 1rem 1rem 1.5rem; 190 + padding: 1rem 1.5rem 1.5rem; 191 191 gap: 0; 192 192 } 193 193 ··· 220 220 221 221 .secondRow { 222 222 margin-top: 0rem; 223 + gap: .25rem; 223 224 } 224 225 }
+1 -1
app/src/components/ProfileSearch.module.css
··· 9 9 align-items: center; 10 10 background-color: var(--input-background); 11 11 border: 1px solid var(--input-border); 12 - border-radius: 24px; 13 12 overflow: hidden; 14 13 width: 100%; 15 14 transition: all 0.2s ease; 15 + border-radius: 8px; 16 16 } 17 17 18 18 .searchForm:focus-within {