Skip to content

Commit 7a1e8bb

Browse files
committed
style: remove gap from command input row and adjust margins for command input icon and caret for improved layout
1 parent de85c12 commit 7a1e8bb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

website/components/ui/BrowserFrameMockup.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,27 +336,25 @@
336336
.commandInputRow {
337337
display: flex;
338338
align-items: center;
339-
gap: 8px;
340339
padding: 10px 12px;
341340
font-size: 14px;
342341
color: var(--text);
343342
}
344343
.commandInputIcon {
345344
color: var(--text-tertiary);
346345
flex-shrink: 0;
346+
margin-right: 8px;
347347
}
348348
.commandInputText { white-space: nowrap; }
349349
.commandGhost {
350350
color: var(--text-tertiary);
351351
opacity: 0.55;
352-
margin-left: 1px;
353352
}
354353
.commandCaret {
355354
display: inline-block;
356355
width: 1.5px;
357356
height: 14px;
358357
background: var(--accent);
359-
margin-left: 1px;
360358
vertical-align: middle;
361359
animation: caret-blink 1.1s steps(2, end) infinite;
362360
}

0 commit comments

Comments
 (0)