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
Hey everyone,
the single tasks, have way too much space around them:
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