1
0

Manual merge of #452

This commit is contained in:
Zef Hemel 2023-07-10 13:16:22 +02:00
parent 2ae538a5e5
commit f7edfec6e0
3 changed files with 30 additions and 7 deletions

View File

@ -195,6 +195,7 @@
.cm-task-checked { .cm-task-checked {
text-decoration: line-through !important; text-decoration: line-through !important;
} }
.cm-tooltip-autocomplete { .cm-tooltip-autocomplete {
.cm-completionDetail { .cm-completionDetail {
font-style: normal; font-style: normal;
@ -356,6 +357,7 @@
.sb-meta { .sb-meta {
color: transparent; color: transparent;
} }
color: transparent; color: transparent;
} }
@ -476,3 +478,24 @@
div:not(.cm-focused).cm-fat-cursor { div:not(.cm-focused).cm-fat-cursor {
outline: none !important; outline: none !important;
} }
@media only screen and (max-width: 600px) {
#sb-main .cm-editor {
.sb-table-widget {
overflow: auto;
th,
td {
white-space: nowrap;
}
}
}
#sb-editor {
.sb-directive-start-outside,
.sb-directive-end-outside {
height: 22px;
}
}
}