revert: modal
parent
23cf34f78e
commit
0262eb7d1a
|
@ -108,19 +108,19 @@
|
||||||
padding: 24px !important;
|
padding: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (height <= 600px) {
|
@media screen and (max-height: 600px) {
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
top: 60px;
|
top: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (height <= 540px) {
|
@media screen and (max-height: 540px) {
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
top: 30px;
|
top: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (height <= 480px) {
|
@media screen and (max-height: 480px) {
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue