VitaliyMubarakov / ServersMenuExtender

Completely free Better Discord addon with a side menu and server search with full localisation for all languages.
28 stars 3 forks source link

Default server pop-up gets in the way #6

Open tomini opened 1 year ago

tomini commented 1 year ago

Hi, could you please look into a setting that would allow disabling the default pop-up that comes up when you mouse over a server in the list on left? A user on BetterDiscord server helped me with a CSS snippet for temporary fix:

.app-3xd6d0:has(.wrapper-1_HaEi:hover) ~ .layerContainer-2lfOPe .tooltip-33Jwqe {
    display: none;
}

Can you integrate this feature somehow?

Thanks

VitaliyMubarakov commented 1 year ago

Hi, could you please look into a setting that would allow disabling the default pop-up that comes up when you mouse over a server in the list on left? A user on BetterDiscord server helped me with a CSS snippet for temporary fix:

.app-3xd6d0:has(.wrapper-1_HaEi:hover) ~ .layerContainer-2lfOPe .tooltip-33Jwqe {
    display: none;
}

Can you integrate this feature somehow?

Thanks

I'll be home in 2 days, I'll take a look