28 lines
390 B
Plaintext
28 lines
390 B
Plaintext
.archives {
|
|
background-color: #f5f5f5;
|
|
padding: 12px;
|
|
box-sizing: border-box;
|
|
min-height: 100%;
|
|
.img {
|
|
margin-bottom: 16px;
|
|
}
|
|
.placeholder-bottom {
|
|
height: 100px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.bottom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
opacity: 0.98;
|
|
}
|
|
|
|
.archivesAvatar {
|
|
width: 100%;
|
|
height: 128px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|