source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

refactor: adjust avatar wrapper styles for improved layout and responsiveness

+6 -2
+5
public/css/embed.css
··· 311 311 width: 100%; 312 312 box-sizing: border-box; 313 313 } 314 + .post-author .avatar-wrapper > a { 315 + display: block; 316 + flex-shrink: 0; 317 + line-height: 0; 318 + } 314 319 .post-author .avatar { 315 320 width: 42px; 316 321 height: 42px;
+1 -2
public/css/post.css
··· 108 108 } 109 109 110 110 #desktop .post-author .avatar-wrapper { 111 - flex-shrink: 1; 111 + flex: 1 1 auto; 112 112 min-width: 0; 113 113 overflow: hidden; 114 - flex: 0 1 auto; 115 114 } 116 115 117 116 #desktop .post-author .avatar-wrapper .username {