maenDisease / BetterDiscordStuff

46 stars 64 forks source link

[Float] DMs/servers divider overlaps Favorites server when enabled #23

Open lexd0g opened 1 year ago

lexd0g commented 1 year ago

If the Favorites server is enabled (either by enabling the experiment, going to https://discord.com/channels/@favorites and refreshing or adding a channel to Messages in the Tabs V2 mobile redesign), the divider normally below the Direct Messages button now overlaps the Favorites button aligning with the DMs button, making it so that only about 25% of it is clickable.

Example: https://github.com/maenDisease/BetterDiscordStuff/assets/30970219/6b99b38a-9ac4-47b1-b9a7-e07860785ced

maenDisease commented 1 year ago

In line 27, change the 0 to a 1 https://github.com/maenDisease/BetterDiscordStuff/blob/main/Themes/Float/zFloat.theme.css#L27

lexd0g commented 1 year ago

oh, thank you! sorry for missing that!