Patch expressions by @RossAscends

This commit is contained in:
SillyLossy
2023-03-16 18:32:38 +02:00
parent 85da761244
commit 6b1b614045
2 changed files with 40 additions and 31 deletions

View File

@@ -1,20 +1,28 @@
div.expression {
background-image: unset;
background-repeat: no-repeat;
background-size: contain;
background-position-y: bottom;
.expression-helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.expression-holder {
max-height: 90vh;
max-width: calc((100vw - 800px)/2);
width: 100%;
height: 100%;
position: fixed;
left: 0;
bottom: 0;
margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
filter: drop-shadow(2px 2px 2px #51515199);
transition: 500ms;
}
img.expression {
max-width: 100%;
max-height: 90vh;
}
.debug-image {
display: none;
visibility: collapse;
@@ -60,4 +68,4 @@ div.expression {
div.expression {
display: none;
}
}
}