Commit 8c3d2569 by doszhang

dos

parent b6485885
...@@ -166,6 +166,10 @@ input::-webkit-input-placeholder { ...@@ -166,6 +166,10 @@ input::-webkit-input-placeholder {
background-size: 100% 100%; background-size: 100% 100%;
} }
.personal-page .flag-list {
overflow: scroll;
}
.personal-page .flag-item { .personal-page .flag-item {
position: relative; position: relative;
display: flex; display: flex;
...@@ -189,6 +193,7 @@ input::-webkit-input-placeholder { ...@@ -189,6 +193,7 @@ input::-webkit-input-placeholder {
color: #222222; color: #222222;
margin-left: 1rem; margin-left: 1rem;
padding-left: 0.5rem; padding-left: 0.5rem;
padding-right: 0.5rem;
height: auto; height: auto;
display: inline-block; display: inline-block;
flex: 1; flex: 1;
......
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 sign in to comment