Fix component preview border in tablet and mobile when on small screens
This commit is contained in:
parent
4bdb408a39
commit
1ff0c99764
|
@ -321,13 +321,13 @@
|
||||||
}
|
}
|
||||||
.tablet .loading,
|
.tablet .loading,
|
||||||
.tablet .underlay {
|
.tablet .underlay {
|
||||||
width: 1024px;
|
max-width: 1024px;
|
||||||
height: 768px;
|
max-height: 768px;
|
||||||
}
|
}
|
||||||
.mobile .loading,
|
.mobile .loading,
|
||||||
.mobile .underlay {
|
.mobile .underlay {
|
||||||
width: 390px;
|
max-width: 390px;
|
||||||
height: 844px;
|
max-height: 844px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.underlay {
|
.underlay {
|
||||||
|
|
Loading…
Reference in New Issue