From fb899b062e3bccd151c08b74d224fe41fd8bb6d4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 May 2023 16:40:03 +0200 Subject: [PATCH] add embeded styles --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index eb3006c..5fcbec7 100644 --- a/theme.css +++ b/theme.css @@ -71,13 +71,17 @@ body.is-embeded footer display: none !important; } -body.is-embeded .page-content, body.is-embeded > .full.height, body.is-embeded .ui.container { padding: 0; margin: 0 !important; } +body.is-embeded .page-content { + padding: 0; + margin: 2px; +} + body.is-embeded .ui.container { width: auto !important; }