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

fix responsiveness/css on thread cancel

wowee

+4 -5
+2 -3
assets/css/stylesheet.css
··· 82 82 margin-top: -7px; 83 83 } 84 84 } 85 - .btn-delete .thread-cancel { 86 - display: inline-block; 87 - margin-top: 3px; 85 + .thread-cancel { 86 + margin-top: -2rem; 88 87 } 89 88 90 89 .addThreadPost {
+2 -2
src/layout/makePost.tsx
··· 35 35 <form id="postForm" novalidate> 36 36 <header> 37 37 <h4 id="postFormTitle"></h4> 38 - <small class="btn-delete thread-cancel" data-tooltip="Cancel making post in thread"> 39 - <a id="cancelThreadPost" tabindex={0} class="ghost secondary" role="button">Cancel Thread Post</a> 38 + <small class="btn-delete thread-cancel" data-placement="left" data-tooltip="Cancel adding post to highlighted thread"> 39 + <a id="cancelThreadPost" tabindex={0} class="contrast" role="button">Cancel Thread Post</a> 40 40 </small> 41 41 </header> 42 42 <div>