changeset 11:70cfc091b2aa

Less oversized things
author nanaya <me@nanaya.pro>
date Sat, 28 Nov 2020 06:38:34 +0900
parents 09146b1bfb65
children a8e0607093f3
files index.html
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat Nov 28 06:32:10 2020 +0900
+++ b/index.html	Sat Nov 28 06:38:34 2020 +0900
@@ -54,9 +54,13 @@
             opacity: 0;
         }
 
+        .outputbox > canvas {
+            display: none;
+        }
+
         .outputbox > img {
             max-width: 100%;
-            max-height: 100vh;
+            max-height: calc(100vh - 250px);
         }
 
         .title {