From 1927ea538ab67aa5d669bd9808344735c614f433 Mon Sep 17 00:00:00 2001 From: nq4t Date: Thu, 26 Jan 2023 03:51:51 +0000 Subject: [PATCH] ugly css hacks --- public/css/hyde.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index bb3754a..34585cb 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -204,12 +204,45 @@ a.sidebar-nav-item:focus { height: 75vh; } -@media (min-width: 48em) { +@media (min-width: 114em) { .iframe-parent { width: 45vw; height: 75vw; } } +@media (min-width: 104em) { +.iframe-parent { + width: 50vw; + height: 75vw; +} +} + +@media (min-width: 94em) { +.iframe-parent { + width: 55vw; + height: 75vw; +} +} + +@media (min-width: 90em) { +.iframe-parent { + width: 58vw; + height: 75vw; +} +} + +@media (min-width: 76em) { +.iframe-parent { + width: 60vw; + height: 75vw; +} +} +@media (min-width: 48em) { +.iframe-parent { + width: 50vw; + height: 75vw; +} +} /* Expand to the entire container */ iframe{