DiscordStyles / DarkMatter

A cold, dark & frosty theme.
MIT License
140 stars 1.12k forks source link

Side Server List #8

Open rizwan1239 opened 3 years ago

rizwan1239 commented 3 years ago

Can you increase the size of server icons on the left side, please? image They are too small.

Kalinda-Myriad commented 4 months ago

Hey, I know this issue is pretty old, but I have found a fix to this issue, you will have to edit the .css file for this theme but you should search for the following wrapper to fix this issue. By default, the following wrapper (28eC3z) gives the values width=48, but then follows it up with W40px;H40PX.

The following segment is an example of the corrected code that resolves the small issue, as-well as some other display issues that were caused by the mismatched size.

.wrapper-28eC3z,
[data-list-id='guildsnav'] [data-dnd-name] > div,
[data-list-id='guildsnav'] svg[width="48"] {
    width: 48px;
    height: 48px;
}

If you still use this theme, then this worked in my case to manually patch the issue.