urishiraval / obsidian-apple-reminders-plugin

A plugin to attempt to bring Apple Reminders into Obsidian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The sigle tasks have way too much space around them, solves with CSS but it bounces back

DesignDan42 opened this issue · comments

Hey everyone,

the single tasks, have way too much space around them:

Screenshot 2022-09-22 at 19 40 41

I tried to solve it with CSS, and changed the code to the following:

.apple-reminder-fields{
-webkit-user-modify: unset!important;
user-modify: unset!important;
}

it worked once, and then bounced back.

Anyone an idea how to solve this?

Cheers
Dan

Hi I have the same problem. Don't know how to fix it