a proof of concept realtime collaborative text editor using atproto as a sync server jake.tngl.io/y-pds/
2
fork

Configure Feed

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

Improve dialog styles

+13 -7
+13 -7
style.css
··· 149 149 right: 0.75rem; 150 150 z-index: 10; 151 151 } 152 - #share-dialog { 152 + dialog { 153 153 min-width: 320px; 154 154 padding: 1.5rem; 155 - border: 1px solid #ccc; 156 - border-radius: 8px; 157 - } 158 - #share-dialog h2 { 159 - margin-bottom: 1rem; 160 - font-size: 1rem; 155 + border: 1px solid #ddd; 156 + border-radius: 10px; 157 + box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); 158 + 159 + &::backdrop { 160 + background: rgba(0, 0, 0, 0.25); 161 + } 162 + 163 + h2 { 164 + margin-bottom: 1rem; 165 + font-size: 1rem; 166 + } 161 167 } 162 168 #members { 163 169 list-style: none;