Fix comment UI on mobile

This commit is contained in:
cuom1999 2022-11-07 16:00:38 -06:00
parent 149e1b5507
commit b2950cfcdc
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@ a {
}
.comment-operation {
flex: auto;
float: right;
.fa {

View file

@ -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;