| @@ -46,7 +46,6 @@ body { | |||
| } | |||
| .media { | |||
| grid-area: media; | |||
| position: relative; | |||
| } | |||
| #textbox { | |||
| resize: none; | |||
| @@ -69,6 +68,7 @@ body { | |||
| overflow-x: scroll; | |||
| height: 200px; | |||
| resize: vertical; | |||
| position: relative; | |||
| } | |||
| .video-container { | |||
| display: inline-block; | |||
| @@ -118,7 +118,6 @@ body { | |||
| ; | |||
| grid-template-columns: 1fr 4fr; | |||
| grid-template-rows: auto 1fr auto; | |||
| height: 100vh; | |||
| width: 100vw; | |||
| height: calc(100vh - 2 * var(--pad)); | |||
| } | |||
| } | |||