feat: Add more pages

This commit is contained in:
2025-06-06 16:08:15 +03:00
parent f2aab1ab33
commit d74789a0d8
67 changed files with 3491 additions and 787 deletions

View File

@ -21,7 +21,6 @@ export function MediaViewer({
height: "100%",
display: "flex",
flexGrow: 1,
justifyContent: "center",
}}
className={className}
>
@ -33,8 +32,8 @@ export function MediaViewer({
alt={media?.filename}
style={{
width: "100%",
objectFit: "cover",
height: "100%",
objectFit: "contain",
}}
/>
)}
@ -47,7 +46,7 @@ export function MediaViewer({
style={{
width: "100%",
height: "100%",
objectFit: "cover",
objectFit: "contain",
borderRadius: 8,
}}
controls
@ -64,7 +63,7 @@ export function MediaViewer({
style={{
width: "100%",
height: "100%",
objectFit: "cover",
objectFit: "contain",
borderRadius: 8,
}}
/>
@ -78,7 +77,7 @@ export function MediaViewer({
style={{
width: "100%",
height: "100%",
objectFit: "cover",
objectFit: "contain",
borderRadius: 8,
}}
/>