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 content shifting on modals
woof
SocksTheWolf
2 weeks ago
09991101
0998ee6d
+4
-4
2 changed files
expand all
collapse all
unified
split
assets
css
dashboard.css
dropzoneMods.css
+4
assets/css/dashboard.css
···
99
99
padding-top: 1px;
100
100
}
101
101
102
102
+
html:not(.modal-is-open) {
103
103
+
scrollbar-gutter: stable;
104
104
+
}
105
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
32
-
html {
33
33
-
scrollbar-gutter: stable;
34
34
-
}
35
35
-
36
32
.dropzone .dz-preview .dz-progress .dz-upload {
37
33
font-size: 0.5em;
38
34
font-weight: bold;