mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +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 {
|
||||
margin-left: 16px;
|
||||
}
|
||||
paper-slider[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class='horizontal justified layout'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user