Fixed (hacked) a weird iOS safari bug for read-only mode
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user