perf(web): make list elements justified
This commit is contained in:
parent
9eccd06395
commit
e9f848d39f
@ -17,13 +17,18 @@ main {
|
||||
.contents-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
justify-content: flex-start;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.contents-wrapper:after {
|
||||
content: "";
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.menu-wrapper {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
@ -61,7 +66,7 @@ form {
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
justify-content: space-between;
|
||||
align-content: flex-start;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
@ -72,6 +77,11 @@ form {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.list:after {
|
||||
content: "";
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.sasa {
|
||||
position: relative;
|
||||
margin: 16px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user