1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Fix component preview border in tablet and mobile when on small screens

This commit is contained in:
Andrew Kingston 2024-08-03 11:21:56 +01:00
parent 4bdb408a39
commit 1ff0c99764
No known key found for this signature in database

View file

@ -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 {