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

[Feature Request] Option to change favicon and hide the "settings" icon. #679

Open
kwan-vini opened this issue Mar 28, 2024 · 2 comments
Open

Comments

@kwan-vini
Copy link

An option to change the favicon to something else, or have no favicon. In my opinion i just think the default favicon looks kinda ugly.
image
Also add an option to hide the settings icon, or make it only appear when hovering over it.
image

@LouisPhilippeHeon
Copy link

I came here looking for an issue about changing the favicon, I would love to see this getting implemented.

However, you can use this custom css to make the setting icon appear only when hovered.

.Overlay svg {
  display: none;
}
.Overlay:hover svg {
  display: initial !important;
}

@kwan-vini
Copy link
Author

I came here looking for an issue about changing the favicon, I would love to see this getting implemented.

However, you can use this custom css to make the setting icon appear only when hovered.

.Overlay svg {
  display: none;
}
.Overlay:hover svg {
  display: initial !important;
}

Thank you so much!

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