mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 19:06:36 +00:00
Fix column layout
This commit is contained in:
parent
eff286e742
commit
e19f3c5e34
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
.column {
|
.column {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zone-card {
|
.zone-card {
|
||||||
@ -41,6 +42,13 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 599px) {
|
||||||
|
.column {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user