mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
Adjust style of edit comments (#1483)
* Adjust style of edit comments Fix #1481 * update * update
This commit is contained in:
parent
d15fc14463
commit
2014be4cd3
@ -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; }
|
||||
}
|
||||
|
||||
/**
|
||||
* 评论回复
|
||||
|
Loading…
x
Reference in New Issue
Block a user