[logseq-plugin-git:commit] 2025-06-04T09:42:34.634Z

This commit is contained in:
2025-06-04 11:42:35 +02:00
parent 6e48c9ba17
commit 93ca37fb34
3 changed files with 11 additions and 34 deletions
@@ -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;
}
@@ -0,0 +1,11 @@
.block-properties {
display: none;
}
.block:hover .block-properties {
display: block;
}
div[data-property="todoist-id"] {
display: none;
}
-10
View File
@@ -1,11 +1 @@
.block-properties {
display: none;
}
.block:hover .block-properties {
display: block;
}
div[data-property="todoist-id"] {
display: none;
}