This commit is contained in:
Zef Hemel
2022-11-24 16:55:30 +01:00
parent e89522b2fc
commit da1458e02a
3 changed files with 21 additions and 23 deletions
-5
View File
@@ -16,11 +16,6 @@
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, $bulletIndent: 0) {
text-indent: -1 * ($baseIndent + 2ch);