Skip to content

Commit 5c2cf75

Browse files
author
Marco Pereirinha
committed
Update styling for closed panel
1 parent 3c6e13b commit 5c2cf75

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/css/components/ui/_sidebar.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,14 @@
101101
margin-bottom: 0;
102102
}
103103
}
104+
105+
.cld-ui-wrap {
106+
.closed {
107+
visibility: hidden;
108+
max-height: 0;
109+
padding: 0 !important;
110+
border: none;
111+
display: flex;
112+
}
113+
}
104114
}

0 commit comments

Comments
 (0)