this repo has no description
0
fork

Configure Feed

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

Having fun with multi-stacking modals

+7
+7
src/components/modal.css
··· 12 12 backdrop-filter: blur(24px); 13 13 animation: appear 0.5s var(--timing-function) both; 14 14 } 15 + #modal-container > div .sheet { 16 + transition: transform 0.3s var(--timing-function); 17 + transform-origin: center bottom; 18 + } 19 + #modal-container > div:has(~ div) .sheet { 20 + transform: scale(0.975); 21 + } 15 22 16 23 #modal-container > .light { 17 24 backdrop-filter: saturate(0.75);