XYZenix / XYZenixThemes

Most of my themes
68 stars 45 forks source link

Blank space #63

Closed daraenvy closed 1 year ago

daraenvy commented 1 year ago

for some reason there is a blank space under a line of text on some channels

XYZenix commented 1 year ago
  1. which theme
  2. any screenshots?
daraenvy commented 1 year ago

image

daraenvy commented 1 year ago
  1. which theme
  2. any screenshots?

dtm 16

XYZenix commented 1 year ago

is that an empty channel (i.e. no messages before that one)? if so, that's on purpose

daraenvy commented 1 year ago

is that an empty channel (i.e. no messages before that one)? if so, that's on purpose

image

daraenvy commented 1 year ago

is that an empty channel (i.e. no messages before that one)? if so, that's on purpose

yes

XYZenix commented 1 year ago

yeah, that's intentional

daraenvy commented 1 year ago

yeah, that's intentional

is there a way for me to remove it

XYZenix commented 1 year ago

try this

.scrollerContent-2SW0kQ {
  justify-content: flex-end;
}
daraenvy commented 1 year ago

try this

.scrollerContent-2SW0kQ {
  justify-content: flex-end;
}

thank you it worked