Adjust style of edit comments (#1483)

* Adjust style of edit comments

Fix #1481

* update

* update
This commit is contained in:
沈唁 2022-08-01 14:56:22 +08:00 committed by GitHub
parent d15fc14463
commit 2014be4cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,6 +504,14 @@ a.operate-reply {
max-width: 100%;
}
@media (max-width: $screen-phone - 1px) {
.comment-edit {
display: flex;
flex-direction: column;
width: 90vw;
}
.comment-edit td:first-child { display: none; }
}
/**
* 评论回复