Change size of App content

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-24 19:50:12 -05:00
parent 9b547eea5f
commit 91df0cd814
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
1 changed files with 1 additions and 7 deletions

View File

@ -49,7 +49,7 @@ body {
.App-content {
position: relative;
flex: 3;
height: 60vh;
height: 75vh;
max-height: 1000px;
overflow: auto;
-ms-overflow-style: none;
@ -92,12 +92,6 @@ body {
padding: .25rem;
}
@media screen and (max-width: 1000px) {
.App-content {
height: 50vh;
}
}
/* On mobile, hide the sidebar and make the input full-width. */
@media screen and (max-width: 1100px) {
.App-side {