1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 23:45:25 +02:00

Remove the "stretched" function. (#223)

This commit is contained in:
HyTekCoop 2022-09-08 13:57:20 +03:00
parent 09835e3007
commit 267d7b9731
2 changed files with 10 additions and 2 deletions

View file

@ -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%;

View file

@ -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;
}