From 93ca37fb344288bff7410364d467e5f262320443 Mon Sep 17 00:00:00 2001 From: davidediruscio Date: Wed, 4 Jun 2025 11:42:35 +0200 Subject: [PATCH] [logseq-plugin-git:commit] 2025-06-04T09:42:34.634Z --- .../2023-04-23T21_18_21.153Z.android.css | 24 ------------------- .../2025-06-04T09_42_16.332Z.Desktop.css | 11 +++++++++ logseq/custom.css | 10 -------- 3 files changed, 11 insertions(+), 34 deletions(-) delete mode 100644 logseq/bak/logseq/custom/2023-04-23T21_18_21.153Z.android.css create mode 100644 logseq/bak/logseq/custom/2025-06-04T09_42_16.332Z.Desktop.css 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; -}