fix icns type sort order + add html support for png+jp2

This commit is contained in:
relikd
2021-09-26 23:00:32 +02:00
parent 6c8e832cc3
commit ffdb51e743
4 changed files with 58 additions and 22 deletions

View File

@@ -17,15 +17,14 @@ body {margin: 2em; font-family: sans-serif;}
white-space: nowrap;
}
/* image viewer */
#images {margin-top: 1em;}
#images>div {
width: max-content;
display: inline-block;
padding: 0 10px;
margin-right: 10px;
margin: 15px 10px 15px 0;
vertical-align: top;
border: .5px solid gray;
}
#images>div>h3 {margin: 7px 0 0;}
#images>div>p {font-size: 0.8em; margin: 0 0 7px; color: gray;}
#images>div>canvas {border: .5px solid gray;}
#images>div>canvas, #images>div>img {border: .5px solid gray;}