puckzxz / NotAnotherAnimeTheme

A easily customizable and automatically updating theme for Discord
The Unlicense
254 stars 983 forks source link

Fix issue with unread DMs not aligning properly #17

Closed appu1232 closed 6 years ago

appu1232 commented 6 years ago

The first two unread DMs appear like this: mrlj5et

This was caused by first-of-type being applied to the first unread DM and thus messing with the border and margin properties. These changes fix it to look like this:

rm5onfq

puckzxz commented 6 years ago

Merged. Awesome work, it fixed the issue perfectly.