Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers

Fix content shifting on modals

woof

+4 -4
+4
assets/css/dashboard.css
··· 99 99 padding-top: 1px; 100 100 } 101 101 102 + html:not(.modal-is-open) { 103 + scrollbar-gutter: stable; 104 + } 105 + 102 106 #count, .editImgThumb, .editAltBlock { 103 107 display: inline-block; 104 108 }
-4
assets/css/dropzoneMods.css
··· 29 29 text-overflow: ellipsis !important; 30 30 } 31 31 32 - html { 33 - scrollbar-gutter: stable; 34 - } 35 - 36 32 .dropzone .dz-preview .dz-progress .dz-upload { 37 33 font-size: 0.5em; 38 34 font-weight: bold;