Skip to content
Snippets Groups Projects
Unverified Commit e7841c60 authored by GyDi's avatar GyDi
Browse files

fix: adjust style

parent 94f647b2
No related branches found
No related tags found
No related merge requests found
......@@ -110,11 +110,10 @@ const ConnectionsPage = () => {
title={t("Connections")}
contentStyle={{ height: "100%" }}
header={
<Box sx={{ mt: 1, display: "flex", alignItems: "center" }}>
<Box sx={{ mt: 1, display: "flex", alignItems: "center", gap: 2 }}>
<IconButton
color="inherit"
size="small"
sx={{ mr: 2 }}
onClick={() =>
setSetting((o) =>
o.layout === "list"
......
......@@ -41,11 +41,10 @@ const LogPage = () => {
title={t("Logs")}
contentStyle={{ height: "100%" }}
header={
<Box sx={{ mt: 1, display: "flex", alignItems: "center" }}>
<Box sx={{ mt: 1, display: "flex", alignItems: "center", gap: 2 }}>
<IconButton
size="small"
color="inherit"
sx={{ mr: 2 }}
onClick={() => setEnableLog((e) => !e)}
>
{enableLog ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment