This commit is contained in:
りき萌 2024-04-07 18:11:56 +02:00
parent 13fc5d6a30
commit d8a8ea77fc
5 changed files with 357 additions and 1 deletions

View file

@ -649,6 +649,10 @@ th-literate-program[data-mode="output"] {
display: block;
}
& iframe {
width: 100%;
}
& img.placeholder-image.js {
transition: opacity var(--transition-duration);
}