Adjust styles

This commit is contained in:
MystiPanda
2024-03-10 11:12:54 +08:00
parent c0df368dc6
commit a5aec2d9fa
11 changed files with 73 additions and 36 deletions

View File

@@ -125,7 +125,7 @@ const ConnectionsPage = () => {
title={t("Connections")}
contentStyle={{ height: "100%" }}
header={
<Box sx={{ mt: 1, display: "flex", alignItems: "center", gap: 2 }}>
<Box sx={{ display: "flex", alignItems: "center", gap: 2 }}>
<Box sx={{ mx: 1 }}>Download: {parseTraffic(download)}</Box>
<Box sx={{ mx: 1 }}>Upload: {parseTraffic(upload)}</Box>
<IconButton