[WiP] Upload ava
This commit is contained in:
parent
455e72a2dc
commit
b47192c7b2
|
@ -6,6 +6,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.messages {
|
.messages {
|
||||||
|
display: none;
|
||||||
top: 74px;
|
top: 74px;
|
||||||
height: calc(100% - 74px);
|
height: calc(100% - 74px);
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -13,11 +14,8 @@ main {
|
||||||
padding-left: 42px;
|
padding-left: 42px;
|
||||||
padding-right: 26px;
|
padding-right: 26px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
display: flex;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: fixed;
|
|
||||||
z-index: 900;
|
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user