tangled
alpha
login
or
join now
socksthewolf.com
/
skyscheduler
2
fork
atom
Schedule posts to Bluesky with Cloudflare workers.
skyscheduler.work
cf
tool
bsky-tool
cloudflare
bluesky
schedule
bsky
service
social-media
cloudflare-workers
2
fork
atom
overview
issues
pulls
pipelines
fix responsiveness/css on thread cancel
wowee
SocksTheWolf
3 weeks ago
ca42bb3e
58b30d18
+4
-5
2 changed files
expand all
collapse all
unified
split
assets
css
stylesheet.css
src
layout
makePost.tsx
+2
-3
assets/css/stylesheet.css
···
82
82
margin-top: -7px;
83
83
}
84
84
}
85
85
-
.btn-delete .thread-cancel {
86
86
-
display: inline-block;
87
87
-
margin-top: 3px;
85
85
+
.thread-cancel {
86
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
38
-
<small class="btn-delete thread-cancel" data-tooltip="Cancel making post in thread">
39
39
-
<a id="cancelThreadPost" tabindex={0} class="ghost secondary" role="button">Cancel Thread Post</a>
38
38
+
<small class="btn-delete thread-cancel" data-placement="left" data-tooltip="Cancel adding post to highlighted thread">
39
39
+
<a id="cancelThreadPost" tabindex={0} class="contrast" role="button">Cancel Thread Post</a>
40
40
</small>
41
41
</header>
42
42
<div>