Release 1.6.2
This commit is contained in:
@@ -280,6 +280,13 @@ h1, h2, h3, .display-1, .display-2, .display-3 {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
/* Mobile: dashboard display previews are heavy (iframes). Hide them on small screens. */
|
||||
@media (max-width: 768px) {
|
||||
.display-gallery-card .display-preview {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.display-gallery-grid {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user