comparison index.html @ 11:70cfc091b2aa

Less oversized things
author nanaya <me@nanaya.pro>
date Sat, 28 Nov 2020 06:38:34 +0900
parents 09146b1bfb65
children a8e0607093f3
comparison
equal deleted inserted replaced
10:09146b1bfb65 11:70cfc091b2aa
52 52
53 .outputbox.js-hidden { 53 .outputbox.js-hidden {
54 opacity: 0; 54 opacity: 0;
55 } 55 }
56 56
57 .outputbox > canvas {
58 display: none;
59 }
60
57 .outputbox > img { 61 .outputbox > img {
58 max-width: 100%; 62 max-width: 100%;
59 max-height: 100vh; 63 max-height: calc(100vh - 250px);
60 } 64 }
61 65
62 .title { 66 .title {
63 font-size: 16px; 67 font-size: 16px;
64 } 68 }