Skip to content

Commit 5ccfe19

Browse files
Revert
1 parent da0936e commit 5ccfe19

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

index.html

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -533,22 +533,11 @@
533533
.stage-container {
534534
width: 95vw;
535535
height: 65vh;
536-
margin-top: -40vh;
537536
}
538537

539538
.props-panel {
540539
padding: 15px;
541540
}
542-
543-
.slider-container {
544-
width: 70px;
545-
height: 170px;
546-
}
547-
548-
.control-panel {
549-
grid-template-columns: 350px 1fr;
550-
height: 380px;
551-
}
552541
}
553542

554543
@media (orientation: landscape) and (max-height: 600px) {
@@ -756,34 +745,6 @@
756745
.top-right-links a:hover {
757746
background: var(--button-hover);
758747
}
759-
760-
/* New media query for laptops (min-width: 1025px) */
761-
@media (min-width: 1025px) {
762-
/* Adjust stage container for larger screens */
763-
.stage-container {
764-
width: 80vw;
765-
height: 70vh;
766-
margin-top: -35vh;
767-
}
768-
/* Refine control panel layout */
769-
.control-panel {
770-
grid-template-columns: 400px 1fr;
771-
height: 350px;
772-
}
773-
/* Enhance slider sizes */
774-
.slider-container {
775-
width: 80px;
776-
height: 200px;
777-
}
778-
/* Adjust scene list container height */
779-
.scene-list-container {
780-
height: calc(100% - 80px);
781-
}
782-
/* Slightly increase font sizes for readability */
783-
.scene-name, .scene-transition {
784-
font-size: 1.2em;
785-
}
786-
}
787748

788749
</style>
789750

@@ -1737,4 +1698,4 @@
17371698
});
17381699
</script>
17391700
</body>
1740-
</html>
1701+
</html>

0 commit comments

Comments
 (0)