urishiraval / obsidian-apple-reminders-plugin

A plugin to attempt to bring Apple Reminders into Obsidian.
GNU General Public License v3.0
150 stars 14 forks source link

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

Open DesignDan42 opened 2 years ago

DesignDan42 commented 2 years ago

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

jakuSk commented 2 years ago

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