From ae53337fa1230933338cf1468513ba63a3264f4e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Jul 2023 17:41:51 +0200 Subject: [PATCH] update embed css --- theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index 29784cf..12af062 100644 --- a/theme.css +++ b/theme.css @@ -76,7 +76,11 @@ body.is-embeded > .full.height, body.is-embeded .ui.container { padding: 0; margin: 0 !important; - max-width: 100%; +} + +body.is-embeded > div > .ui.container { + max-width: 100% !important; + width: auto !important; } body.is-embeded .page-content { @@ -87,10 +91,6 @@ body.is-embeded .page-content { margin-bottom: 0; } -body.is-embeded .ui.container { - width: auto !important; -} - .profile.page-content .ui.ui.ui.container:not(.fluid) { max-width: 100%; }