A social internet radio platform built on AT Protocol. atradio.fm
atproto radio
7

Configure Feed

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

fix(notifications): full-height centered empty state on mobile

Tsiry Sandratraina (Jul 16, 2026, 7:19 PM +0300) cb8d729b fc0a663d

+7 -5
+7 -5
apps/web/src/components/NotificationBell.tsx
··· 161 161 Profile 162 162 </Link> 163 163 </div> 164 - <div className="flex-1 overflow-y-auto sm:flex-none"> 164 + <div className="flex flex-1 flex-col overflow-y-auto sm:flex-none"> 165 165 {items.length === 0 ? ( 166 - <p className="px-3 py-10 text-center text-sm text-foreground/40"> 167 - Nothing yet. Mentions and comments on your stations show up 168 - here. 169 - </p> 166 + <div className="flex flex-1 items-center justify-center px-6 py-10 sm:flex-none sm:py-10"> 167 + <p className="text-center text-sm text-foreground/40"> 168 + Nothing yet. Mentions and comments on your stations show up 169 + here. 170 + </p> 171 + </div> 170 172 ) : ( 171 173 items.map((n) => ( 172 174 <NotificationRow