diff --git a/logseq/bak/logseq/custom/2023-04-23T21_18_21.153Z.android.css b/logseq/bak/logseq/custom/2023-04-23T21_18_21.153Z.android.css deleted file mode 100644 index 4761790d..00000000 --- a/logseq/bak/logseq/custom/2023-04-23T21_18_21.153Z.android.css +++ /dev/null @@ -1,24 +0,0 @@ -/* Favorites and Recent - Indent them and also compress the space between them. */ - -.nav-contents-container { - padding-top: 0px !important; -} -.favorites .header, -.recent .header { - padding-top: 0px !important; - margin-top: 0px !important; - padding-bottom: 0px !important; - margin-bottom: 0px !important; -} -.favorites .bd, -.recent .bd { - margin-left: 25px; - -} - -.favorite-item a, -.recent-item a { - padding-top: 4px !important; - padding-bottom: 0px !important; -} diff --git a/logseq/bak/logseq/custom/2025-06-04T09_42_16.332Z.Desktop.css b/logseq/bak/logseq/custom/2025-06-04T09_42_16.332Z.Desktop.css new file mode 100644 index 00000000..c870ee87 --- /dev/null +++ b/logseq/bak/logseq/custom/2025-06-04T09_42_16.332Z.Desktop.css @@ -0,0 +1,11 @@ +.block-properties { + display: none; +} + +.block:hover .block-properties { + display: block; +} + +div[data-property="todoist-id"] { + display: none; +} diff --git a/logseq/custom.css b/logseq/custom.css index c870ee87..8b137891 100644 --- a/logseq/custom.css +++ b/logseq/custom.css @@ -1,11 +1 @@ -.block-properties { - display: none; -} -.block:hover .block-properties { - display: block; -} - -div[data-property="todoist-id"] { - display: none; -}