fixing playground responsive bahavior
Summary: The error message saying the playground is only available on bigger screens also was shown on big screens. Reviewed By: emilsjolander Differential Revision: D7989482 fbshipit-source-id: f444ca2d6608b868c4ff4d38fa6798d80b57c047
This commit is contained in:
committed by
Facebook Github Bot
parent
5dbe3c128b
commit
11200f3d75
@@ -3,11 +3,13 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playground-page .error-container {
|
@media (max-width: 991px) {
|
||||||
|
.playground-page .error-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.playground-page .error-text {
|
.playground-page .error-text {
|
||||||
|
Reference in New Issue
Block a user