XYZenix / XYZenixThemes

Most of my themes
73 stars 43 forks source link

Visual bug with horizontal server list theme #142

Closed ThreeStepsNeeded closed 5 months ago

ThreeStepsNeeded commented 5 months ago

image When you have your cursor on the Discord button, this weird vertical thing will appear. Does not happen with the horizontal server list theme disabled. Using Discord on web.

Thank you

XYZenix commented 5 months ago

please provide link to the theme

ThreeStepsNeeded commented 5 months ago

Sorry, forgot about linking it haha.

https://betterdiscord.app/theme/Horizontal%20Server%20List

XYZenix commented 5 months ago

tried to make a quick fix for this but idk how i'm gonna fix this long term yet

#app-mount .guilds__2b93a .scrollerBase__65223 {
  padding-top: 0 !important;
}
.scroller_de945b .tutorialContainer_b06ae6 {
  height: 48px;
  .listItem__48528 {
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
  }
}
.scroller_de945b .tutorialContainer_b06ae6 .wrapper__9916c {
  left: -16px;
  top: 12px;
}
.scroller_de945b .tutorialContainer_b06ae6 foreignObject,
.scroller_de945b .tutorialContainer_b06ae6 .wrapper__8436d,
.scroller_de945b .tutorialContainer_b06ae6 .childWrapper_a6ce15 {
  width: 72px;
  height: 72px;
}
ThreeStepsNeeded commented 5 months ago

Thanks!