Open kwan-vini opened 7 months ago
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;
}
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!
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. Also add an option to hide the settings icon, or make it only appear when hovering over it.