From 787817283673e3ab72ae78f1a8f8104644522cc2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Jul 2023 17:40:03 +0200 Subject: [PATCH] update embed css --- theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 0309b0c..29784cf 100644 --- a/theme.css +++ b/theme.css @@ -66,7 +66,8 @@ body.is-embeded .main.menu, body.is-embeded .header-wrapper, body.is-embeded .repo-button-row, -body.is-embeded footer +body.is-embeded footer, +body.is-embeded #navbar { display: none !important; } @@ -75,6 +76,7 @@ body.is-embeded > .full.height, body.is-embeded .ui.container { padding: 0; margin: 0 !important; + max-width: 100%; } body.is-embeded .page-content {