wip bsky client for the web & android
0
fork

Configure Feed

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

fix: oapcity 0 on .backdrop istead of whole group

vi c0c057cb b9e932ef

+3 -1
+3 -1
src/components/UI/ModalStack.vue
··· 29 29 30 30 .modal-enter-from, 31 31 .modal-leave-to { 32 - opacity: 0; 32 + .backdrop { 33 + opacity: 0; 34 + } 33 35 34 36 .modal-content { 35 37 transform: scale(0.95) translateY(64px);