Commit a795ae05 by Sendya

fix: workplace mobile style

parent 36b3f2de
...@@ -183,13 +183,20 @@ ...@@ -183,13 +183,20 @@
.row { .row {
flex-wrap: wrap; flex-wrap: wrap;
}
.extra { .avatar {
flex: 1 1 auto; flex: 0 1 25%;
margin-left: 0; margin: 0 2% 8px 0;
min-width: 0; }
text-align: right; .content {
flex: 0 1 70%;
}
.extra {
flex: 1 1 auto;
margin-left: 0;
min-width: 0;
text-align: right;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment