Update media select in EditSightPage and CreateSightPage

This commit is contained in:
2025-06-03 14:32:42 +03:00
parent f0e03c3a1d
commit 078f051e8a
14 changed files with 1361 additions and 1175 deletions

View File

@ -9,7 +9,6 @@ import {
} from "@mui/material";
import {
BackButton,
createSightStore,
editSightStore,
languageStore,
SelectArticleModal,
@ -348,6 +347,7 @@ export const RightWidgetTab = observer(
width: "100%",
height: 200,
flexShrink: 0,
backgroundColor: "rgba(0,0,0,0.1)",
display: "flex",
alignItems: "center",
@ -361,10 +361,11 @@ export const RightWidgetTab = observer(
<Box
sx={{
width: "100%",
minHeight: "70px",
height: "70px",
background: "#877361",
display: "flex",
flexShrink: 0,
alignItems: "center",
borderBottom: "1px solid rgba(255,255,255,0.1)",
px: 2,
@ -380,6 +381,8 @@ export const RightWidgetTab = observer(
sx={{
px: 2,
flexGrow: 1,
flex: 1,
minHeight: "300px",
overflowY: "auto",
backgroundColor: "#877361",
color: "white",