update embed css

This commit is contained in:
Simon Vieille 2023-07-27 17:41:51 +02:00
parent 7878172836
commit ae53337fa1
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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