tangled
alpha
login
or
join now
socksthewolf.com
/
skyscheduler
1
fork
atom
Schedule posts to Bluesky with Cloudflare workers.
skyscheduler.work
cf
tool
bsky-tool
cloudflare
bluesky
schedule
bsky
service
social-media
cloudflare-workers
1
fork
atom
overview
issues
pulls
pipelines
Fix content shifting on modals
woof
SocksTheWolf
3 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
padding-top: 1px;
100
}
101
0
0
0
0
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
0
0
0
0
32
.dropzone .dz-preview .dz-progress .dz-upload {
33
font-size: 0.5em;
34
font-weight: bold;