Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b756e4f

Browse files
committed
Merge pull request #7742 from SAPlayer/step-editor-fontchange
Fix StepsEditor labeling position bug on fontsizechange
2 parents e4106d1 + 592d2cd commit b756e4f

File tree

1 file changed

+5
-5
lines changed
  • src/extensions/default/InlineTimingFunctionEditor

1 file changed

+5
-5
lines changed

src/extensions/default/InlineTimingFunctionEditor/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
.bezier-curve-editor .coordinate-plane:before,
5656
.bezier-curve-editor .coordinate-plane:after {
5757
position: absolute;
58-
bottom: 0%;
58+
bottom: 0;
5959
left: 0;
6060
width: 100%;
6161
padding: .3em .5em;
@@ -64,7 +64,7 @@
6464
box-sizing: border-box;
6565

6666
color: #454545;
67-
font-size: 75%;
67+
font-size: 11px;
6868
line-height: 1;
6969
}
7070

@@ -207,16 +207,16 @@
207207
.step-editor .coordinate-plane:before,
208208
.step-editor .coordinate-plane:after {
209209
position: absolute;
210-
bottom: 0%;
210+
bottom: 0;
211211
left: 0;
212212
width: 100%;
213-
padding: .3em .5em;
213+
padding: .3em .5em 0 .3em
214214

215215
-moz-box-sizing: border-box;
216216
box-sizing: border-box;
217217

218218
color: #454545;
219-
font-size: 75%;
219+
font-size: 11px;
220220
line-height: 1;
221221
}
222222

0 commit comments

Comments
 (0)