[logseq-plugin-git:commit] 2025-06-04T09:42:34.634Z
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
@@ -1,11 +1 @@
|
|||||||
.block-properties {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.block:hover .block-properties {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
div[data-property="todoist-id"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user