mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Fix sidebar from not displaying (#7022)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
4b8c96c769
commit
9b25a54a47
@ -775,7 +775,6 @@ class HaSidebar extends LitElement {
|
|||||||
.title mwc-button {
|
.title mwc-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sortable,
|
#sortable,
|
||||||
.hidden-panel {
|
.hidden-panel {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -25,11 +25,11 @@ export const sortableStyles = css`
|
|||||||
|
|
||||||
#sortable {
|
#sortable {
|
||||||
outline: none;
|
outline: none;
|
||||||
display: block;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden-panel {
|
.hidden-panel {
|
||||||
display: flex;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortable-fallback {
|
.sortable-fallback {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user