feat: Sight Page update

This commit is contained in:
2025-06-01 23:18:21 +03:00
parent 87386c6a73
commit a8777a974a
26 changed files with 3460 additions and 727 deletions

View File

@ -24,6 +24,14 @@ const StyledMarkdownEditor = styled("div")(({ theme }) => ({
backgroundColor: theme.palette.background.paper,
color: theme.palette.text.primary,
borderColor: theme.palette.divider,
height: "auto",
minHeight: "200px",
maxHeight: "500px",
overflow: "auto",
},
"& .CodeMirror-scroll": {
minHeight: "200px",
maxHeight: "500px",
},
// Стили для текста в редакторе
"& .CodeMirror-selected": {