yoyurec / logseq-banners-plugin

141 stars 12 forks source link

Icon displayed multiple times #53

Closed ms3056 closed 2 years ago

ms3056 commented 2 years ago

Hi - I am having the little calendar icon appear multiple times. Is there any way to remove this? image

yoyurec commented 2 years ago

Page icon as a calendar - it's a feature. 1st Journal item has big one, next items - small.

BUT icon near Deadline block - it's a bug.

ms3056 commented 2 years ago

Thanks!

yoyurec commented 2 years ago

to hide small icons from non-first journal title, add to custom.css:

body[data-page="home"].is-icon-active #journals .journal-item h1.title::before {
    display: none;
}
yoyurec commented 2 years ago

icon near "scheduled" is fixed in https://github.com/yoyurec/logseq-banners-plugin/releases/tag/v3.3.1