mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix responsive layout
This commit is contained in:
parent
f15145ed13
commit
6f98edef09
|
@ -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