Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Fixing the Ask ___ and wait block
- Titanium01
-
Scratcher
27 posts
Fixing the Ask ___ and wait block
So I have noticed that the

So I messed around with Scratch's CSS and noticed the issue:
If you change:
.question_question-submit-button-icon_upm57 {
width: calc(2rem - 0.5rem);
height: calc(2rem - 0.5rem);
position: relative;
right: -7px;
left: -7px;
}
To
.question_question-submit-button-icon_upm57 {
width: calc(2rem - 0.5rem);
height: calc(2rem - 0.5rem);
position: relative;
right: -7px;
left: -4px;
}
It works fine:

ask [] and waitgives a slightly off “next button”.

So I messed around with Scratch's CSS and noticed the issue:
If you change:
.question_question-submit-button-icon_upm57 {
width: calc(2rem - 0.5rem);
height: calc(2rem - 0.5rem);
position: relative;
right: -7px;
left: -7px;
}
To
.question_question-submit-button-icon_upm57 {
width: calc(2rem - 0.5rem);
height: calc(2rem - 0.5rem);
position: relative;
right: -7px;
left: -4px;
}
It works fine:

- god286
-
Scratcher
1000+ posts
Fixing the Ask ___ and wait block
I think this only happens on Firefox. You could submit a PR on GitHub if you want.
- ScolderCreations
-
Scratcher
1000+ posts
Fixing the Ask ___ and wait block
Considering this is a code change, and nobody else can really understand this, I have to agree with the above poster, you should probably submit this as a bug fix on GH.
- Fun_Cupcake_i81
-
Scratcher
1000+ posts
Fixing the Ask ___ and wait block
I think this only happens on Firefox. You could submit a PR on GitHub if you want.I shall never be able to unsee this.
Also, it happens on Safari, as well. It's not as off-center as in the image, but it's still slightly off.
- Discussion Forums
- » Bugs and Glitches
-
» Fixing the Ask ___ and wait block