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

Commit a21df20

Browse files
committed
Inline Timing Function Editor tweaks based on @SAplayer's feedback.
1 parent 3f93a54 commit a21df20

File tree

1 file changed

+10
-1
lines changed
  • src/extensions/default/InlineTimingFunctionEditor

1 file changed

+10
-1
lines changed

src/extensions/default/InlineTimingFunctionEditor/main.less

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,16 @@
251251
top: 20px;
252252
left: 170px;
253253
width: 400px;
254-
margin-left: 20px;
255254

256255
font-family: SourceSansPro;
257256
font-size: 11px;
258257
line-height: 2.2 !important;
259258
}
260259

260+
.step-editor .info {
261+
left: 205px;
262+
}
263+
261264
.bezier-curve-editor kbd,
262265
.step-editor kbd {
263266
font-size: 15px;
@@ -287,6 +290,7 @@
287290
font-size: 13px;
288291
display: none;
289292
opacity: 1;
293+
line-height: 1.5 !important;
290294
}
291295

292296
.bezier-curve-editor .info .hint.fadeout,
@@ -300,6 +304,7 @@
300304
@dark-bc-bg-highlight: #1671db;
301305
@dark-bc-highlight: rgba(255, 255, 255, 0.06);
302306
@dark-bc-text: #ddd;
307+
@dark-bc-text-alt: #fff;
303308
@dark-bc-highlight-hard: rgba(255, 255, 255, 0.1);
304309
@dark-bc-btn-bg: #3f3f3f;
305310
@dark-bc-btn-border: #202020;
@@ -352,6 +357,10 @@
352357

353358
.step-editor {
354359
color: @dark-bc-text;
360+
361+
code {
362+
color: @dark-bc-text-alt;
363+
}
355364

356365
kbd {
357366
background: #3D3D3D;

0 commit comments

Comments
 (0)