Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee
17
fork

Configure Feed

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

fix: reduce blurring of rotated feed cards

+1
+1
static/css/app.css
··· 851 851 @media (min-width: 768px) { 852 852 .feed-grid .feed-card { 853 853 transform: rotate(var(--card-rotate, 0deg)); 854 + backface-visibility: hidden; 854 855 } 855 856 856 857 .feed-grid .feed-card:hover {