Tropix126 / BetterDiscordStuff

Personal repository for hosting code relating to BetterDiscord.
https://tropix126.github.io/BetterDiscordStuff/
MIT License
55 stars 144 forks source link

Different upload model fix #95

Closed bonkmaykrQ closed 3 years ago

bonkmaykrQ commented 3 years ago

In PR #88, there was an attempt to fix image upload dialogs being incorrectly layed out when the image was not a portrait:

Screenshot_20201028_151323

Unfortunately this "fix" broke video uploads.

This commit uses a different method that adjusts the image margin instead of the comment box margin and therefore doesn't affect video or song uploads, preventing futher problems like seen in #88.