Skip to content

Commit 23a1c7a

Browse files
committed
really
1 parent 9ec5df9 commit 23a1c7a

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

app/src/atoms/SoftwareKeyboard/index.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
padding: 5px;
88
border-radius: 5px;
99
background-color: #ececec;
10-
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue,
11-
Helvetica, Arial, Lucida Grande, sans-serif;
10+
font-family:
11+
HelveticaNeue-Light,
12+
Helvetica Neue Light,
13+
Helvetica Neue,
14+
Helvetica,
15+
Arial,
16+
Lucida Grande,
17+
sans-serif;
1218
touch-action: manipulation;
1319
-webkit-user-select: none;
1420
-moz-user-select: none;

app/src/pages/Desktop/Protocols/ProtocolPreview/preview.module.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@
8383
position: relative;
8484
height: var(--spacing-4);
8585
border-radius: var(--border-radius-2);
86-
background: linear-gradient(
87-
to right,
88-
var(--blue-50) 0%,
89-
var(--blue-50) var(--progress, 0%),
90-
#ccc var(--progress, 0%),
91-
#ccc 100%
92-
);
86+
background:
87+
linear-gradient(
88+
to right,
89+
var(--blue-50) 0%,
90+
var(--blue-50) var(--progress, 0%),
91+
#ccc var(--progress, 0%),
92+
#ccc 100%
93+
);
9394
}
9495

9596
/* Hide thumb initially */
@@ -150,9 +151,10 @@
150151
}
151152

152153
.command_step_groups {
153-
height: calc(
154-
100vh - 248px
155-
); /* 248px is height of the controls container + timeline header */
154+
height:
155+
calc(
156+
100vh - 248px
157+
); /* 248px is height of the controls container + timeline header */
156158

157159
overflow-y: scroll;
158160
}

0 commit comments

Comments
 (0)