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

Fix wrong size for guild server error icon #10

Merged
merged 1 commit into from Aug 8, 2016
Merged

Fix wrong size for guild server error icon #10

merged 1 commit into from Aug 8, 2016

Conversation

shinji257
Copy link
Contributor

When there is an issue with a discord guild server the icon it shows is the incorrect size. It gets sized 50px x 50px which is the normal size for Discord. Checking inspector shows that ".guilds-wrapper .guilds-error" is overriding the theme sizing. Changing this line to match allows it to get proper sizing and line height so that it looks correct with all the other guild icons.

When there is an issue with a discord guild server the icon it shows is the incorrect size.  It gets sized 50px x 50px which is the normal size for Discord.  Checking inspector shows that ".guilds-wrapper .guilds-error" is overriding the theme sizing.  Changing this line to match allows it to get proper sizing and line height so that it looks correct with all the other guild icons.
@shinji257 shinji257 changed the title Fix wrong size for guild server icon Fix wrong size for guild server error icon Aug 8, 2016
@cosmicsalad cosmicsalad merged commit e87520c into cosmicsalad:master Aug 8, 2016
@cosmicsalad
Copy link
Owner

Thanks for pointing this out, merged.

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

Successfully merging this pull request may close these issues.

None yet

2 participants