mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Fix responsive layout (#1365)
* Fix responsive layout * Create twenty-houses-bow.md
This commit is contained in:
parent
f15145ed13
commit
450cde6e1d
5
.changeset/twenty-houses-bow.md
Normal file
5
.changeset/twenty-houses-bow.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'remotedev-redux-devtools-extension': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix responsive layout
|
|
@ -7,7 +7,7 @@ style.
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 760px;
|
min-width: 350px;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -17,7 +17,6 @@ style.
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#root {
|
#root {
|
||||||
min-width: 760px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#root > div {
|
#root > div {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user