We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6119e42 commit 68d41b8Copy full SHA for 68d41b8
sass/custom/_component_page.scss
@@ -14,6 +14,16 @@
14
}
15
16
17
+@media only screen and (max-width: $palm-end) {
18
+ #components-page {
19
+ .hass-option-cards {
20
+ .option-card {
21
+ width: 100%;
22
+ }
23
24
25
+}
26
+
27
@media only screen and (max-width: $lap-end) {
28
#components-page {
29
.filter-button-group {
@@ -246,4 +256,4 @@
246
256
transform:scale(0);
247
257
opacity:0
248
258
249
-}
259
0 commit comments