added generic css to loading and tagging options
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user