scss: limit dimensions of thumbnailed images (required for svg files) (#75769)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-03-29 12:32:13 +02:00 committed by Gitea
parent 141221251e
commit cdd35a0451
1 changed files with 6 additions and 0 deletions

View File

@ -882,3 +882,9 @@ div.section.foldable {
.plain-text-pre {
white-space: pre-line;
}
div.file-field img {
display: block;
max-width: 100%;
max-height: 25vh;
}