feat: into
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user