mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 11:56:34 +00:00
fix slider showed in box mode (#802)
fixes https://github.com/home-assistant/home-assistant/issues/11094
This commit is contained in:
parent
4029508b3f
commit
811e9e2a0e
@ -17,6 +17,9 @@
|
|||||||
paper-slider {
|
paper-slider {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
|
paper-slider[hidden] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class='horizontal justified layout'>
|
<div class='horizontal justified layout'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user