File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
site/src/components/Dashboard/Navbar Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -304,9 +304,9 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
304
304
if ( isLoading ) {
305
305
return (
306
306
< Skeleton
307
- width = "160px "
307
+ width = "110px "
308
308
height = { BUTTON_SM_HEIGHT }
309
- sx = { { borderRadius : "4px " , transform : "none" } }
309
+ sx = { { borderRadius : "9999px " , transform : "none" } }
310
310
/>
311
311
) ;
312
312
}
@@ -319,13 +319,13 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
319
319
size = "small"
320
320
endIcon = { < KeyboardArrowDownOutlined /> }
321
321
sx = { {
322
- borderRadius : "4px " ,
322
+ borderRadius : "999px " ,
323
323
"& .MuiSvgIcon-root" : { fontSize : 14 } ,
324
324
} }
325
325
>
326
326
{ selectedProxy ? (
327
- < Box display = "flex" gap = { 2 } alignItems = "center" >
328
- < Box width = { 14 } height = { 14 } lineHeight = { 0 } >
327
+ < Box display = "flex" gap = { 1 } alignItems = "center" >
328
+ < Box width = { 16 } height = { 16 } lineHeight = { 0 } >
329
329
< Box
330
330
component = "img"
331
331
src = { selectedProxy . icon_url }
@@ -335,7 +335,6 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
335
335
height = "100%"
336
336
/>
337
337
</ Box >
338
- { selectedProxy . display_name }
339
338
< ProxyStatusLatency
340
339
latency = { latencies ?. [ selectedProxy . id ] ?. latencyMS }
341
340
isLoading = { proxyLatencyLoading ( selectedProxy ) }
You can’t perform that action at this time.
0 commit comments