Fixed dot matrix paper background resizing incorrectly when too small
This commit is contained in:
parent
10a18f84ab
commit
d51456c911
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue