We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25ebed commit 9b1dc04Copy full SHA for 9b1dc04
Dark/userchrome.css
@@ -121,6 +121,14 @@ div.editor-toolbar div button {
121
*/
122
/*---------------------------------------------------------------------------*/
123
124
+/*------ Remove Spellcheck button -------------------------------------------*/
125
+/*
126
+a[title="Spell checker"] {
127
+ display: none;
128
+}
129
+*/
130
+/*---------------------------------------------------------------------------*/
131
+
132
/*------ Input fields: Search (global, local), Note Title -------------------*/
133
/* .header input { */
134
input {
0 commit comments