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 {
|
.comment-operation {
|
||||||
|
flex: auto;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
.new-comments .comment .detail .header {
|
.new-comments .comment .detail .header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
padding: 2px 0px;
|
padding: 2px 0px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border-bottom: 1px #888 solid;
|
border-bottom: 1px #888 solid;
|
||||||
|
|
Loading…
Reference in a new issue