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%; }