forked from home-assistant/core
Responsive layout now grows up to 3 columns
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
||||||
VERSION = "a460b05ee24f1e2372c820c552e815c3"
|
VERSION = "a5faad91ef716812aa252f8e7a0377ca"
|
||||||
|
@@ -18061,7 +18061,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
|
|
||||||
state-card {
|
state-card {
|
||||||
width: calc(50% - 42px);
|
width: calc(50% - 42px);
|
||||||
margin: 8px 0 0 8px;
|
margin: 8px 0 0 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 1100px) {
|
||||||
|
state-card {
|
||||||
|
width: calc(33% - 37px);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -20,7 +20,14 @@
|
|||||||
|
|
||||||
state-card {
|
state-card {
|
||||||
width: calc(50% - 42px);
|
width: calc(50% - 42px);
|
||||||
margin: 8px 0 0 8px;
|
margin: 8px 0 0 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 1100px) {
|
||||||
|
state-card {
|
||||||
|
width: calc(33% - 37px);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user