stickers with empty text should not have blackbox at view mode

This commit is contained in:
muerwre 2019-02-06 14:26:50 +07:00
parent cf8edf8a81
commit 16f5875adc
3 changed files with 33 additions and 22 deletions

View file

@ -42,6 +42,10 @@
.sticker-delete {
display: none;
}
.sticker-desc.is_empty {
display: none;
}
}
}