Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrows (Buttons) and Today Button are all together #369

Open
MichaelLepori opened this issue Jun 26, 2024 · 6 comments
Open

Arrows (Buttons) and Today Button are all together #369

MichaelLepori opened this issue Jun 26, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@MichaelLepori
Copy link

Describe the bug

Arrows, Buttons and Today Button all together. Forward and Today can I click (not easy, but it is possible). To Go back, that doesn't work.

Expected behavior

As you see in the screenshot are the button <, Today and > all together.

Screenshots

image

OS

Windows 10 22H2

Obsidian Version v1.6.5

Theme:

Plugin Mininal Theme → Tried to put it on Inactive → Same error.
I tried also to deactivate all my CSS Add-ons. Nothing changed.

Do you have any Idea, how I can fix this?

Thank you very much for your Time and for your great Plugin!

@MichaelLepori MichaelLepori added the bug Something isn't working label Jun 26, 2024
@padowi
Copy link

padowi commented Jun 27, 2024

@MichaelLepori : do you by any chance have the media notes plugin installed and activated?
And if so, does it help to comment out the following CSS instruction:

.arrow {
        position: absolute;
        bottom: 0;
        margin-left: 0px;
        width: 24px;
        height: 24px;
        background-size: contain;
        opacity: 0.8;
        top: 23px;
}

inside .obsidian/plugins/media-notes/style.css ?

Edit to add:
Because this has helped me.

@Derion-writes
Copy link

Derion-writes commented Jul 4, 2024

I also have the same issue, but it is just arrow button that overlaps, today button is separate.

I think the calendar css is override/clash with other plugin css, but I don't know which plugin does this. I've try with media notes, it's still the same.

I also try creating a new vault with no other plugins installed beside the calendar plugin, and yeah the button work properly.
I think this is can be easily solve in the calendar css itself, but it has no css in the plugin.

It's a bummer that this plugin has no update since 3 years ago, I wish they are mantain by someone else though, there are no good calendar plugin other than this.

@MichaelLepori
Copy link
Author

@padowi Thank you very much.
That helped me too.

After commenting this out:
image

Restarting Obsidian

This was the result:
image

That's great. Thank you. The Creators of the Plugins should use unique names: arrowCalendar for Example.

Commenting that out, will the media-notes plugin break?
I will try that our.

Have a great day and thank you for your suggestion.

ML

@padowi
Copy link

padowi commented Jul 6, 2024

@MichaelLepori

Heya!

Glad it helped :)

I'm afraid that I have not used Media Notes extensively enough to dare say anything for certain, but in what little use I have put it through since altering the CSS, I have found nothing immediately or obviously broken.

Best regards,
Patrik

@padowi
Copy link

padowi commented Jul 6, 2024

@Derion-writes

Heya!

I could attempt to dig around and figure out which plugin may yet be causing the issue, but I'd need a list of all the plugins you have installed and enabled in your vault.

Would you feel comfortable providing me with that?

Otherwise, what my bug-hunting plan is, is to just enumerate all plugin CSS files, and then look through them for any mention of ".arrow", probably having a "position: absolute;" directive, and temporarily disable the plugin having that CSS file, to see if it alleviates the problem.
So you could do it yourself, if you feel uncomfortable handing out a list of you enabled plugins.

@frizzyTAIM
Copy link

Have same issue, after turning off "Media Note" plugin, Calendar look became normal immediately 🤷🏻‍♂️
Thanks guys for locating routes of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants