Update media
select in EditSightPage
and CreateSightPage
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user