This commit is contained in:
Taric Xin
2021-12-27 17:06:31 +08:00
parent 1a41c2999e
commit 7e6d86d00e
15 changed files with 229 additions and 99 deletions

View File

@ -17,5 +17,16 @@
}
.expend-options {
margin-top: -40px;
margin-top: 0px;
}
@media (min-width: 1200px) {
.expend-options {
max-width: 400px;
position : absolute;
right : 0;
bottom : 25px;
}
}