-
Hey guys, Awesome app, I really like it, except for the font and size. I read a little bit about the custom css option and tried to implement it. However it doesn't seem to work. Here is my setup: Docker compose:
Glance config file:
Custom CSS File config:
Directory structure:
What am I missing here? Thanks a lot for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Using Inspect in my browser I was able to find this error:
But I do not know what the problem is :) |
Beta Was this translation helpful? Give feedback.
-
Hey, In your config you have to specify the path relative to the URL like this:
Without the
|
Beta Was this translation helpful? Give feedback.
-
Finally I got it working. The difference was that previously after I did some changes I used the "Compose up - Select Services" from Visual Code to rebuild glace:
But if I right click on the container and choose Restart, it picked the new changes without issues. |
Beta Was this translation helpful? Give feedback.
Finally I got it working. The difference was that previously after I did some changes I used the "Compose up - Select Services" from Visual Code to rebuild glace:
But if I right click on the container and choose Restart, it picked the new changes without issues.