Skip to content

Instantly share code, notes, and snippets.

@rattrayalex
Last active July 16, 2023 10:15

Revisions

  1. rattrayalex revised this gist Mar 6, 2022. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions uncluttered_notion.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    [contenteditable][placeholder="Type '/' for commands"]:empty:after {
    content: ' ' !important;
    [contenteditable][placeholder="Type '/' for commands"]:empty:after,
    [contenteditable][placeholder="List"]:empty:after {
    content: ' ' !important;
    }

    .notion-focusable[role="button"] > svg.plus {
  2. rattrayalex revised this gist Mar 5, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion uncluttered_notion.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    [contenteditable][placeholder="Type '/' for commands"]:empty:after {
    content: '' !important;
    content: ' ' !important;
    }

    .notion-focusable[role="button"] > svg.plus {
  3. rattrayalex revised this gist Mar 5, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion uncluttered_notion.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    [contenteditable][placeholder="Type '/' for commands"]:empty:after {
    content: '' !important;
    content: '' !important;
    }

    .notion-focusable[role="button"] > svg.plus {
  4. rattrayalex created this gist Mar 5, 2022.
    16 changes: 16 additions & 0 deletions uncluttered_notion.css
    Original 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;
    }