Fix(lock when posting artwork)

This commit is contained in:
Cutls
2019-03-21 05:49:59 +09:00
parent a6cb385375
commit 5d0b5e9c94
7 changed files with 52 additions and 53 deletions

View File

@@ -68,6 +68,15 @@
#preview-field {
display: none;
}
.preview-img{
width:50px;
max-height:100px;
}
.pi-wrap{
display:inline-block;
width:50px;
max-height:100px;
}
#default-emoji a{
color:white;
margin-right:2px;