From daf45be220155c39568903f66de36d0c4feb733b Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Tue, 4 Mar 2025 06:35:21 -0800 Subject: [PATCH 1/3] fix: Allow qualtrics to be full screen --- assets/css/f5-hugo.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index b6fc145..89fa24e 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -1412,6 +1412,15 @@ summary { color: green; } +/* Qualtrics */ +.QSIUserDefinedHTML { + height: 700px; +} + +.QSIUserDefinedHTML * > div { + height: 700px; +} + /* end custom-styles shortcode additions */ /* credit: From 9dff575650b01dd4db2e55c4cc8795fff9b6dfc7 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Tue, 4 Mar 2025 06:40:47 -0800 Subject: [PATCH 2/3] refactor: Use important --- assets/css/f5-hugo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index 89fa24e..752c77b 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -1414,11 +1414,11 @@ summary { /* Qualtrics */ .QSIUserDefinedHTML { - height: 700px; + height: 700px !important; } .QSIUserDefinedHTML * > div { - height: 700px; + height: 700px !important; } /* end custom-styles shortcode additions */ From e3dd98a3455fda1105f066169d055d52bfb5aff4 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Tue, 4 Mar 2025 07:07:27 -0800 Subject: [PATCH 3/3] refactor: Moved qualtrics CSS code to existing CSS --- assets/css/f5-hugo.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index 752c77b..e1f5bb0 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -1412,15 +1412,6 @@ summary { color: green; } -/* Qualtrics */ -.QSIUserDefinedHTML { - height: 700px !important; -} - -.QSIUserDefinedHTML * > div { - height: 700px !important; -} - /* end custom-styles shortcode additions */ /* credit: @@ -1662,12 +1653,15 @@ li.nav-item a.nav-link { font-weight:300; } +/* Qualtrics */ .QSIUserDefinedHTML { width: 83% !important; + height: 700px !important; } div.QSIUserDefinedHTML * { width: 100% !important; + height: 700px !important; } @media (max-width: 618px) {