Commit 86823dc3 authored by jim's avatar jim

when mini width hide tile

parent 2a11d9ac
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.baseView { .baseView {
display: flex; display: flex;
margin-top: 12px; padding-top: 12px;
.left { .left {
max-width: 448px; max-width: 448px;
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
max-width: 448px; max-width: 448px;
.avatar_title {
display: none;
}
} }
} }
} }
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