fix: adjust style
This commit is contained in:
parent
94f647b24a
commit
e7841c60df
@ -110,11 +110,10 @@ const ConnectionsPage = () => {
|
|||||||
title={t("Connections")}
|
title={t("Connections")}
|
||||||
contentStyle={{ height: "100%" }}
|
contentStyle={{ height: "100%" }}
|
||||||
header={
|
header={
|
||||||
<Box sx={{ mt: 1, display: "flex", alignItems: "center" }}>
|
<Box sx={{ mt: 1, display: "flex", alignItems: "center", gap: 2 }}>
|
||||||
<IconButton
|
<IconButton
|
||||||
color="inherit"
|
color="inherit"
|
||||||
size="small"
|
size="small"
|
||||||
sx={{ mr: 2 }}
|
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
setSetting((o) =>
|
setSetting((o) =>
|
||||||
o.layout === "list"
|
o.layout === "list"
|
||||||
|
@ -41,11 +41,10 @@ const LogPage = () => {
|
|||||||
title={t("Logs")}
|
title={t("Logs")}
|
||||||
contentStyle={{ height: "100%" }}
|
contentStyle={{ height: "100%" }}
|
||||||
header={
|
header={
|
||||||
<Box sx={{ mt: 1, display: "flex", alignItems: "center" }}>
|
<Box sx={{ mt: 1, display: "flex", alignItems: "center", gap: 2 }}>
|
||||||
<IconButton
|
<IconButton
|
||||||
size="small"
|
size="small"
|
||||||
color="inherit"
|
color="inherit"
|
||||||
sx={{ mr: 2 }}
|
|
||||||
onClick={() => setEnableLog((e) => !e)}
|
onClick={() => setEnableLog((e) => !e)}
|
||||||
>
|
>
|
||||||
{enableLog ? (
|
{enableLog ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user