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

"Advanced" dropdown menu off the screen (fix included) #7

Closed
FliegendeWurst opened this issue Nov 12, 2023 · 4 comments
Closed

"Advanced" dropdown menu off the screen (fix included) #7

FliegendeWurst opened this issue Nov 12, 2023 · 4 comments

Comments

@FliegendeWurst
Copy link

The "Advanced" submenu in the global hamburger menu extends off the screen.

This CSS fixes it:

.dropdown-menu:has(.open-dev-tools-button) {
    transform: translate(-100%, 0);
}

Which will move the dropdown submenu onto the main dropdown menu. (Still not perfect UX-wise, but better than before)

By the way, the theme also runs well without the native title bar. At least on my setup, the most essential controls are present as floating buttons:
image
To move the window around it is possible to hold Alt and drag the window.

@eliandoran
Copy link
Owner

@FliegendeWurst , thanks for the report and for the solution.

I've released https://github.com/eliandoran/breeze-trilium/releases/tag/v0.7.0 which should fix the alignment of the menu, including some other improvements related to the menu.

For the native title bar being disabled, maybe I'll give it a try to improve its design. Created #8 to track it.

@FliegendeWurst
Copy link
Author

The 0.7.0 release seems to have disappeared?

@eliandoran
Copy link
Owner

@FliegendeWurst , you're right. I think it was caused by my outdated local Gitea mirror. I'll only be able to fix it in a couple of days when I get home.

@eliandoran
Copy link
Owner

@FliegendeWurst , solved. Thanks for noticing. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants