A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
72
fork

Configure Feed

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

fix play/pause button on carousel

+12
+6
pkg/appview/src/css/main.css
··· 322 322 vertical-align: -0.125em; 323 323 } 324 324 325 + /* .icon sets display:inline-block with the same specificity as Tailwind's 326 + .hidden — source order would otherwise leave hidden icons visible. */ 327 + .icon.hidden { 328 + display: none; 329 + } 330 + 325 331 /* Icon sizes (matching Tailwind size-* utilities) */ 326 332 .icon.size-3 { width: 0.75rem; height: 0.75rem; } 327 333 .icon.size-4 { width: 1rem; height: 1rem; }
+6
pkg/hold/admin/src/css/main.css
··· 192 192 vertical-align: -0.125em; 193 193 } 194 194 195 + /* .icon sets display:inline-block with the same specificity as Tailwind's 196 + .hidden — source order would otherwise leave hidden icons visible. */ 197 + .icon.hidden { 198 + display: none; 199 + } 200 + 195 201 /* Icon sizes (matching Tailwind size-* utilities) */ 196 202 .icon.size-3 { width: 0.75rem; height: 0.75rem; } 197 203 .icon.size-4 { width: 1rem; height: 1rem; }