Update cascade.css

This commit is contained in:
Bard 2024-09-03 14:01:35 +08:00 committed by GitHub
parent 1772ab4f1f
commit 7764098940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4302,6 +4302,11 @@ pre.command-output {
}
@media screen and (max-width: 600px) {
.modal>pre,
.modal>textarea {
font-size: 0.8rem;
}
.mobile-hide {
display: none;
}