A fork of pds-dash for selfhosted.social

Make images a bit smaller

ari.express 8bf166f1 9939ff18

verified
+4
+4
src/lib/PostComponent.svelte
··· 50 50 height: 50px; 51 51 border-radius: 50%; 52 52 } 53 + #embedImages { 54 + width: 50%; 55 + height: 50%; 56 + } 53 57 </style>