mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
organizing file storage
This commit is contained in:
@@ -90,12 +90,12 @@ select {
|
||||
}
|
||||
|
||||
|
||||
.collapsable {
|
||||
.collapsible {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height .5s ease-out;
|
||||
}
|
||||
|
||||
.collapsable.expand {
|
||||
.collapsible.expand {
|
||||
max-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user