Last active
July 16, 2023 10:15
Revisions
-
rattrayalex revised this gist
Mar 6, 2022 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ [contenteditable][placeholder="Type '/' for commands"]:empty:after, [contenteditable][placeholder="List"]:empty:after { content: ' ' !important; } .notion-focusable[role="button"] > svg.plus { -
rattrayalex revised this gist
Mar 5, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ [contenteditable][placeholder="Type '/' for commands"]:empty:after { content: ' ' !important; } .notion-focusable[role="button"] > svg.plus { -
rattrayalex revised this gist
Mar 5, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ [contenteditable][placeholder="Type '/' for commands"]:empty:after { content: '' !important; } .notion-focusable[role="button"] > svg.plus { -
rattrayalex created this gist
Mar 5, 2022 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ [contenteditable][placeholder="Type '/' for commands"]:empty:after { content: '' !important; } .notion-focusable[role="button"] > svg.plus { display: none !important; } .notion-focusable[role="button"]:hover > svg.plus { display: block !important; } .notion-focusable[role="button"] > svg.dragHandle { display: none !important; } .notion-focusable[role="button"]:hover > svg.dragHandle { display: block !important; }