work on load bags button
This commit is contained in:
@@ -402,11 +402,14 @@ html, body {
|
||||
}
|
||||
|
||||
|
||||
.tagging-options {
|
||||
.tagging-options, .loading-options {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transition: height 600ms ease 0ms;
|
||||
}
|
||||
.tagging-options.open {
|
||||
height: 122px;
|
||||
}
|
||||
.loading-options.open {
|
||||
height: 85px;
|
||||
}
|
||||
Reference in New Issue
Block a user