Skip to content

Commit dc3f6fa

Browse files
committed
Minor UI fixes
1 parent 799ca26 commit dc3f6fa

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

client/app.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,6 @@
277277
flex-shrink: 0;
278278
}
279279

280-
.bespoke .pl-run-subtitle {
281-
margin: 0;
282-
color: var(--Colors-Text-Body-Medium);
283-
line-height: 1.5;
284-
}
285-
286280
.bespoke .pl-run-modes {
287281
display: grid;
288282
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

client/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ <h2 class="heading-xsmall">Run Trials</h2>
108108
</div>
109109

110110
<div class="pl-trial-controls">
111-
<p class="pl-run-subtitle body-xsmall">Manual runs a fixed step. Automatic runs continuously until you stop it.</p>
112-
113111
<div class="pl-run-modes" aria-label="Trial run modes">
114112
<section id="pl-run-mode-manual" class="pl-run-mode" aria-label="Manual stepping">
115113
<header class="pl-run-mode-title">
@@ -217,12 +215,11 @@ <h3 class="heading-xxxsmall">Event B</h3>
217215

218216
<section class="box pl-settings-section" id="pl-settings-section-randomness">
219217
<div class="pl-settings-section-header">
220-
<h3 class="heading-xxxsmall">Randomness</h3>
221-
<p class="pl-muted body-xsmall">Use a seed to reproduce the same results across runs.</p>
218+
<h3 class="heading-xxxsmall">Random seed</h3>
219+
<p class="pl-muted body-xsmall">Set a seed to reproduce the same results across runs.</p>
222220
</div>
223221

224222
<label class="row">
225-
<span class="body-small">Seed</span>
226223
<input id="pl-seed" class="input" type="number" placeholder="42" />
227224
</label>
228225
</section>

0 commit comments

Comments
 (0)