YukiGasai / obsidian-google-calendar

Add Google Calendar inside Obsidian
https://yukigasai.github.io/obsidian-google-calendar/
GNU General Public License v3.0
359 stars 25 forks source link

Issue with the new properties and Google Calendar #182

Closed MelodyDuplaix closed 1 year ago

MelodyDuplaix commented 1 year ago

Since updating with properties, I've noticed a display bug with properties in date format, with the date calendar superimposed on the date: image After deactivating and reactivating them all, I was able to confirm that this bug came from the google calendar plugin, it disappears when I deactivate google calendar. Is it possible to fix this bug?

MelodyDuplaix commented 1 year ago

I noticed that the problem is in this part of the css, in the padding, but I don't know how it affects plugin elements if removed :

 input[type='date'],
input[type='datetime-local'] {
    background: var(--background-modifier-form-field);
    border: 1px solid var(--background-modifier-border);
    color: var(--text-normal);
    font-family: inherit;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    height: 30px;
} 
YukiGasai commented 1 year ago

Thank you for finding this. I moved the CSS to component level. With the next release, this should be fixed :)