diff --git a/dist/css/export.css b/dist/css/export.css index 05db28137f..fd97bfaae4 100644 --- a/dist/css/export.css +++ b/dist/css/export.css @@ -1 +1 @@ -.blocks .block.blockText #value { -webkit-user-modify: read-only; } \ No newline at end of file +.blocks .block.blockText #value { -webkit-user-modify: read-only !important; } \ No newline at end of file diff --git a/src/scss/media/print.scss b/src/scss/media/print.scss index b03c5c356c..02091e789e 100644 --- a/src/scss/media/print.scss +++ b/src/scss/media/print.scss @@ -132,6 +132,7 @@ html.printMedia.withPopup { @media (max-width: 500px) { html.printMedia.save { - #editorWrapper { width: 100% !important; margin: 0px 16px; } + #editorWrapper { width: calc(100% - 32px) !important; margin: 0px 16px; padding-left: 0px; } + .blocks { width: calc(100% + 48px) !important; } } } \ No newline at end of file diff --git a/src/ts/component/popup/page/settings/space/create.tsx b/src/ts/component/popup/page/settings/space/create.tsx index 40edfb6e9b..09c3ee0e6c 100644 --- a/src/ts/component/popup/page/settings/space/create.tsx +++ b/src/ts/component/popup/page/settings/space/create.tsx @@ -69,13 +69,16 @@ const PopupSettingsSpaceIndex = observer(class PopupSettingsSpaceIndex extends R placeholder={translate('defaultNamePage')} /> - -