schnensch0 / zelk

discord theme inspired by zorin
MIT License
207 stars 679 forks source link

[BUG] Student Hub section has CSS issues #30

Closed itanne99 closed 2 years ago

itanne99 commented 2 years ago

Describe the bug The "Join Servers" text color is blended with the background of the :active state for the channel The navbar for the server categories is not styled to follow the style of the theme

To Reproduce Steps to reproduce the behavior:

  1. Go to 'student hub' for university

Screenshots Join Servers Text image

Navbar for server categories image

Setup

schnensch0 commented 2 years ago

can't reproduce because i don't have access to a student hub... would be very kind of you if you could send me the relevant classes

itanne99 commented 2 years ago

I'm not sure which css class will be useful so I sent the HTML code pertaining to the following sections

Student Hub Navbar HTML: https://gist.github.com/itanne99/c453c79358cd8f0c581d5ac88058bab3

Student Hub: https://gist.github.com/itanne99/078a77d347680dcc246054c036e38ad7

schnensch0 commented 2 years ago

could you paste this into your custom css and tell me if it works

.tabBarItem-15vAXA {
  border-radius: var(--border-radius-2);
  padding: 5px 8px;
}
.selected-1-Z6gm .name-3Vmqxm {
  color: var(--interactive-selected);
}
itanne99 commented 2 years ago

It's perfect! Nice job.

I also realized another issue but will make a new post about it