MDL-83513 theme_boost: Remove mediumwidth layout size

This commit is contained in:
Mikel Martín 2024-10-30 12:25:30 +01:00
parent 269a8a8a1b
commit 7aee0a3aaa
12 changed files with 7 additions and 48 deletions

View file

@ -36668,9 +36668,6 @@ body {
.pagelayout-standard .stickyfooter .sticky-footer-content, body.limitedwidth.uses-drawers .stickyfooter .sticky-footer-content {
max-width: 830px;
}
body.mediumwidth.uses-drawers .stickyfooter .sticky-footer-content {
max-width: 1120px;
}
}
.stickyfooter .sticky-footer-content-wrapper {
transition: 0.2s;
@ -37386,15 +37383,6 @@ body.tox-fullscreen .tox.tox-tinymce-aux {
margin: 0 auto;
border-radius: 0.5rem;
}
body.mediumwidth #page.drawers .main-inner {
max-width: 1120px;
}
body.mediumwidth #page.drawers .footer-popover {
max-width: 1120px;
width: 100%;
margin: 0 auto;
border-radius: 0.5rem;
}
.header-maxwidth {
max-width: 830px;
margin: 0 auto;