From 75a98bd3848aac47b3fff25ce141afd9aba48f86 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:21:00 +0800 Subject: [PATCH] Since it's not possible to import consistently, just use iframes instead --- styles/layouts/all.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/layouts/all.css b/styles/layouts/all.css index db18a0c..349094a 100644 --- a/styles/layouts/all.css +++ b/styles/layouts/all.css @@ -78,3 +78,10 @@ nav ul:not(.dropdown-content) > li > a { padding-left: 300px; } } + +iframe.viewer { + width: 100%; + height: 100%; + border: 0; + outline: 0; +} \ No newline at end of file