mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 23:45:25 +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 {
|
||||
max-width: none !important;
|
||||
width: calc(100% + 120px) !important;
|
||||
margin-left: -60px;
|
||||
width: calc(100% + 44px) !important;
|
||||
margin-left: -22px;
|
||||
|
||||
img, video {
|
||||
width: 100%;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue