Fixed dot matrix paper background resizing incorrectly when too small

This commit is contained in:
epictris 2022-12-27 23:16:21 +11:00
parent 10a18f84ab
commit d51456c911
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ img[alt~=success] {
.tilingpaper .markdown-preview-section {
background: url("https://i.imgur.com/yhvtscC.png");
background-size: contain;
background-size: 100%;
filter:drop-shadow(1px 1px 4px #111) brightness(95%) sepia(20%);
font-family: "tox_typewriterregular";
line-height: 16pt;