From 5d50c408d0704c8299d5126c8c8ea71b98c12ac5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 May 2023 16:35:29 +0200 Subject: [PATCH] add embeded styles --- theme.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index 7b7e836..31183d4 100644 --- a/theme.css +++ b/theme.css @@ -71,10 +71,9 @@ body.is-embeded footer display: none !important; } -body.is-embeded .page-content { +body.is-embeded .page-content, +body.is-embeded > .full.height, +body.is-embeded .ui.container { + padding: 0; margin: 0; } - -body.is-embeded > .full.height, body.is-embeded .ui.container { - padding: 0; -}