From c848c21ef21e2e32d6c793de7a9622c53b771be6 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 03:44:13 +0100 Subject: [PATCH] removed iframe --- threadr/style.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 866d9db..9c715da 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -79,12 +79,6 @@ body { font-size: 1em; } -body.iframe { - margin: 5px; - height: 100%; - width: 100%; -} - p { font-family: monospace; color: #001858; @@ -323,17 +317,3 @@ div.form { padding: 14px 20px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } - -iframe { - border: none; - margin: 0px; - width: 100%; -} - -iframe.board { - -} - -iframe.action { - min-height: max-content; -}