mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): fix bottom bar height (#10579)
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user