Make component cards 100% width on mobile (#2886)

This commit is contained in:
Georgi Yanev 2017-06-25 01:39:37 +03:00 committed by Fabian Affolter
parent 6119e42191
commit 68d41b8629

View File

@ -14,6 +14,16 @@
}
}
@media only screen and (max-width: $palm-end) {
#components-page {
.hass-option-cards {
.option-card {
width: 100%;
}
}
}
}
@media only screen and (max-width: $lap-end) {
#components-page {
.filter-button-group {
@ -246,4 +256,4 @@
transform:scale(0);
opacity:0
}
}
}