+
diff --git a/client/app/main.css b/client/app/main.css
index 8bb2d5a..e338feb 100644
--- a/client/app/main.css
+++ b/client/app/main.css
@@ -382,29 +382,33 @@ html, body {
width: 500px;
}
- .tagging-options {
+ .slider-options {
display: flex;
align-items: center;
}
- .tagging-options select{
+ .slider-options select{
width: 100%;
}
- #playTagError {
+ .slider-options .error {
margin-top: 5px;
}
- .tagging-options i {
+ .slider-options i {
font-size: 30px;
margin-top: 5px;
margin-bottom: 5px;
}
-
- .tagging-options, .loading-options {
+ .slider-options {
height: 0;
overflow: hidden;
+ }
+ .tagging-options {
+ transition: height 600ms ease 0ms;
+ }
+ .loading-options {
transition: height 600ms ease 0ms;
}
.tagging-options.open {