Fix expressions display

This commit is contained in:
Cohee 2023-08-18 14:47:59 +03:00
parent 02cac8db8c
commit 9bd9ddb9e1
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
z-index: 2;
overflow: hidden;
resize: both;
display: flex;
}
img.expression {
@ -181,4 +181,4 @@ img.expression.default {
div.expression {
display: none;
}
}
}