Update style.css

This commit is contained in:
Cohee
2023-03-05 11:56:10 +02:00
committed by GitHub
parent 06aa9b33da
commit 08eba4f1d4

View File

@@ -2,8 +2,8 @@ div.expression {
background-image: unset;
background-repeat: no-repeat;
background-size: contain;
width: 200px;
height: 300px;
max-width: 200px;
max-height: 300px;
position: fixed;
left: 0;
bottom: 0;
@@ -16,4 +16,4 @@ div.expression {
div.expression {
display: none;
}
}
}