Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Side Server List #8

Open
rizwan1239 opened this issue Aug 1, 2021 · 1 comment
Open

Side Server List #8

rizwan1239 opened this issue Aug 1, 2021 · 1 comment

Comments

@rizwan1239
Copy link

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

@Kalinda-Myriad
Copy link

Kalinda-Myriad commented May 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants