mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
Remove the "stretched" function.
This commit is contained in:
parent
09835e3007
commit
fd98a39c1c
2 changed files with 10 additions and 2 deletions
|
@ -267,8 +267,8 @@
|
||||||
|
|
||||||
&--stretched {
|
&--stretched {
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
width: calc(100% + 120px) !important;
|
width: calc(100% + 44px) !important;
|
||||||
margin-left: -60px;
|
margin-left: -22px;
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -77,3 +77,11 @@
|
||||||
.codex-editor__redactor .ce-block:first-of-type .ce-header {
|
.codex-editor__redactor .ce-block:first-of-type .ce-header {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*.image-tool__tune:nth-child(2) {
|
||||||
|
display: none;
|
||||||
|
}*/
|
||||||
|
|
||||||
|
.cdx-settings-button[data-tune="stretched"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue