fix(site): fix bottom bar height (#10579)

This commit is contained in:
Bruno Quaresma
2023-11-08 12:21:20 +00:00
committed by GitHub
parent 4f3925d0b3
commit 861ae1a23a
+2 -2
View File
@@ -348,12 +348,12 @@ const BottomBar = ({ proxy, latency }: { proxy: Region; latency?: number }) => {
component="button"
aria-label="Terminal latency"
aria-haspopup="true"
sx={{
css={{
background: "none",
cursor: "pointer",
display: "flex",
alignItems: "center",
gap: 1,
gap: 8,
border: 0,
padding: 8,
}}