Make component cards 100% width on mobile (#2886)
This commit is contained in:
parent
6119e42191
commit
68d41b8629
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue