Fix responsive layout (#1365)

* Fix responsive layout

* Create twenty-houses-bow.md
This commit is contained in:
Nathan Bierema 2023-03-05 22:19:15 -05:00 committed by GitHub
parent f15145ed13
commit 450cde6e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'remotedev-redux-devtools-extension': patch
---
Fix responsive layout

View File

@ -7,7 +7,7 @@ style.
overflow: hidden;
height: 100%;
width: 100%;
min-width: 760px;
min-width: 350px;
min-height: 400px;
margin: 0;
padding: 0;
@ -17,7 +17,6 @@ style.
color: #fff;
}
#root {
min-width: 760px;
height: 100%;
}
#root > div {