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