Latest version #12

Merged
Kerblif merged 46 commits from preview into master 2025-05-29 10:12:00 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 3268f98240 - Show all commits

View File

@ -15,9 +15,9 @@ export function MediaView({ media }: Readonly<{ media?: MediaData }>) {
<Box
sx={{
maxHeight: "300px",
width: "100%",
width: "80%",
height: "100%",
maxWidth: "300px",
maxWidth: "600px",
display: "flex",
flexGrow: 1,
justifyContent: "center",

View File

@ -782,6 +782,7 @@ export const SightEdit = observer(() => {
color: (theme) =>
theme.palette.mode === "dark" ? "grey.300" : "grey.800",
mb: 3,
mt: 3,
}}
>
{name}