Fixed (hacked) a weird iOS safari bug for read-only mode

This commit is contained in:
Zef Hemel
2022-09-06 14:36:31 +02:00
parent 61d5f9d460
commit f594be7cbc
4 changed files with 53 additions and 32 deletions
+5
View File
@@ -16,6 +16,11 @@
outline: none !important;
}
// Weird hack to readjust iOS's safari font-size when contenteditable is disabled
.ios-safari-readonly {
font-size: 60%;
}
// Indentation of follow-up lines
@mixin lineOverflow($baseIndent) {
text-indent: -1 * ($baseIndent + 2ch);
+2 -1
View File
@@ -296,12 +296,13 @@
background-color: rgba(77, 141, 255, 0.07);
border-radius: 5px;
padding: 0 5px;
white-space: nowrap;
cursor: pointer;
}
.sb-wiki-link {
cursor: pointer;
color: #a8abbd;
color: #8f96c2;
}
.sb-task-marker {