File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed
Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change 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 ) {
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
17371698 } ) ;
17381699 </ script >
17391700</ body >
1740- </ html >
1701+ </ html >
You can’t perform that action at this time.
0 commit comments