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

Global Menu button not found : icon path is wrong #3

Open
Beexx opened this issue May 10, 2023 · 1 comment
Open

Global Menu button not found : icon path is wrong #3

Beexx opened this issue May 10, 2023 · 1 comment

Comments

@Beexx
Copy link

Beexx commented May 10, 2023

Hi,
Thanks a lot for this theme, I like it.
One issue though :
The main menu icon image is not found, no image is displayed (unless I hover on it).
Currently the setting is :

/* switch app icons  */
body .global-menu-button {
    background-image: url("../../../images/icon-grey.png"); 
}

I've tried to remove some of the leading ../ in front of the filename, but it could not find it either.
Maybe this is a problem on Windows desktop installation only ?
I'm running Trilium from its installation directory, my database being stored in my user appdata/roaming directory.

@Beexx
Copy link
Author

Beexx commented May 12, 2023

Hi again,
I've found the right path to the icon-grey.png icon :

body .global-menu-button {
    background-image: url("../../../assets/vX/images/icon-grey.png");
}

I've tried submitting a pull request, but I need to fork the repository - not worth it I think. I'll let you do the change.

@Beexx Beexx changed the title Global Menu button not found Global Menu button not found : icon path is wrong May 12, 2023
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

1 participant