Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 861ae1a

Browse files
fix(site): fix bottom bar height (coder#10579)
1 parent 4f3925d commit 861ae1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/TerminalPage/TerminalPage.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,12 @@ const BottomBar = ({ proxy, latency }: { proxy: Region; latency?: number }) => {
348348
component="button"
349349
aria-label="Terminal latency"
350350
aria-haspopup="true"
351-
sx={{
351+
css={{
352352
background: "none",
353353
cursor: "pointer",
354354
display: "flex",
355355
alignItems: "center",
356-
gap: 1,
356+
gap: 8,
357357
border: 0,
358358
padding: 8,
359359
}}

0 commit comments

Comments
 (0)