feat: remove mobile styles

This commit is contained in:
email
2022-03-11 05:07:04 +08:00
parent b597d40470
commit 8f7445c299
35 changed files with 9 additions and 490 deletions

View File

@ -84,19 +84,3 @@
}
}
}
@media only screen and (max-width: 875px) {
.preview-image-dialog {
padding: 0;
> .dialog-container {
max-width: 100%;
> .img-container {
> img {
padding: 6px;
}
}
}
}
}