mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 19:19:47 +00:00
Allow multi-panel to keep one open only
This commit is contained in:
11
src/components/compress/custom-els/MultiPanel/styles.css
Normal file
11
src/components/compress/custom-els/MultiPanel/styles.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.panel-heading {
|
||||
background:gray;
|
||||
}
|
||||
.panel-content {
|
||||
height:0px;
|
||||
overflow:scroll;
|
||||
transition: height 1s;
|
||||
}
|
||||
.panel-content[expanded] {
|
||||
height:auto;
|
||||
}
|
||||
Reference in New Issue
Block a user