DiscordStyles / HorizontalServerList

Moves the server list from the left to the top of Discord.
MIT License
85 stars 96 forks source link

Server tooltipPointer top not important #25

Closed kyleshrader closed 2 years ago

kyleshrader commented 2 years ago

Describe the bug
Using betterdiscord with the horizontalserverlist plugin provided with clearvision, the tooltippointer's top property is not respected, causing the pointer to be displaced covering a small portion of the tooltip text.

To Reproduce Use the attached BetterDiscord theme: clear-vision-lightgrey-custom.theme.zip (github doesn't support .theme, zipping)

Screenshots
The pointer can be seen overlapping the tooltip text: image

Custom CSS resolving the issue, moving the pointer to the top of the tooltip: image

Infomation:
Discord channel: Stable OS: Windows Mod: BetterDiscord, ClearVision 6.3.0, HorizontalServerList, RadialStatus Discord language: English

Additional context
A workaround is to use the following in BetterDiscord's custom css:

[class*=tooltipRight] > [class*=tooltipPointer] {
    top: -5px !important;
}
Gibbu commented 2 years ago

Fixed.