Fix comment UI on mobile
This commit is contained in:
parent
149e1b5507
commit
b2950cfcdc
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ a {
|
|||
}
|
||||
|
||||
.comment-operation {
|
||||
flex: auto;
|
||||
float: right;
|
||||
|
||||
.fa {
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
.new-comments .comment .detail .header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 2px 0px;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px #888 solid;
|
||||
|
|
Loading…
Reference in a new issue