YukiGasai / obsidian-google-calendar

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

Monthview and dashboard.css #199

Closed rekkep closed 1 year ago

rekkep commented 1 year ago

When the dashboard.css is active, the month of the gEvent gets renderd on top of the proberties.

Bildschirmfoto 2023-09-25 um 19 01 40
rekkep commented 1 year ago

have found the confict in the dasboard.css file:

/* Title at top of the document */
.dashboard .markdown-preview-section .title {
    top: 60px;
    position: absolute;
    font-size: 26pt !important;
    font-weight: bolder;
    letter-spacing: 8px;
}

when you mark this as comment or delet it, the month will show at the top of othe calender

grafik

edit: add an image

YukiGasai commented 1 year ago

Hi, nice find. The plugin does not change any of these classes and the month view is created using the obsidian calendar ui library. I can't change this behavior, so I will close this issue.