diff --git a/src/frontend/styles/components/page.pcss b/src/frontend/styles/components/page.pcss index a9135c9..5d2e260 100644 --- a/src/frontend/styles/components/page.pcss +++ b/src/frontend/styles/components/page.pcss @@ -267,8 +267,8 @@ &--stretched { max-width: none !important; - width: calc(100% + 120px) !important; - margin-left: -60px; + width: calc(100% + 44px) !important; + margin-left: -22px; img, video { width: 100%; diff --git a/src/frontend/styles/components/writing.pcss b/src/frontend/styles/components/writing.pcss index 6462f67..05ae7a0 100644 --- a/src/frontend/styles/components/writing.pcss +++ b/src/frontend/styles/components/writing.pcss @@ -77,3 +77,11 @@ .codex-editor__redactor .ce-block:first-of-type .ce-header { font-size: 32px; } + +/*.image-tool__tune:nth-child(2) { + display: none; +}*/ + +.cdx-settings-button[data-tune="stretched"] { + display: none; +}