mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Responsive layout now grows up to 3 columns
This commit is contained in:
parent
1bab576be7
commit
4f0b828a15
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
||||
VERSION = "a460b05ee24f1e2372c820c552e815c3"
|
||||
VERSION = "a5faad91ef716812aa252f8e7a0377ca"
|
||||
|
@ -18065,6 +18065,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1100px) {
|
||||
state-card {
|
||||
width: calc(33% - 37px);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div horizontal="" layout="" wrap="">
|
||||
|
@ -24,6 +24,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1100px) {
|
||||
state-card {
|
||||
width: calc(33% - 37px);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div horizontal layout wrap>
|
||||
|
Loading…
x
Reference in New Issue
Block a user