this repo has no description
0
fork

Configure Feed

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

Use main-width

+1 -1
+1 -1
src/components/embed-modal.css
··· 23 23 pointer-events: auto; 24 24 max-width: 100%; 25 25 max-height: 100%; 26 - width: max(var(--width), 480px); 26 + width: max(var(--width), var(--main-width)); 27 27 height: auto; 28 28 aspect-ratio: var(--aspect-ratio); 29 29 }