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 margin-top: -7px; 83 } 84 } 85 - .btn-delete .thread-cancel { 86 - display: inline-block; 87 - margin-top: 3px; 88 } 89 90 .addThreadPost {
··· 82 margin-top: -7px; 83 } 84 } 85 + .thread-cancel { 86 + margin-top: -2rem; 87 } 88 89 .addThreadPost {
+2 -2
src/layout/makePost.tsx
··· 35 <form id="postForm" novalidate> 36 <header> 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> 40 </small> 41 </header> 42 <div>
··· 35 <form id="postForm" novalidate> 36 <header> 37 <h4 id="postFormTitle"></h4> 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 </small> 41 </header> 42 <div>