warrayquipsome / Chillax

A theme created by wq, who was an author of Novaturient. It's theme design is mainly modern, clean, simple and creative. To be honest, he wasn't thinking of making this theme so famous, he was just creating what he likes, and today you are seeing this theme at its finest it can be.
77 stars 212 forks source link

Theme moves upwards when list is too long #23

Closed Nova1ite closed 10 months ago

Nova1ite commented 11 months ago

Theme moves upwards whenever I use pin lists that are too long

Screenshot 2023-12-12 150705

Nova1ite commented 11 months ago

Wanted to add that using ChannelTabs makes it move up this much, if it's disabled, it's less noticeable, but still there.

Inmoresentum commented 11 months ago

A temp fix for the current issue is to add the below css by @LofiTurtle. The issue will be fixed in the upcoming release.

/* remove date divider */
.hasContent__8519e {
  display: none;
}

/* Un-hide unread divider with date */
.isUnread__6f880 {
  display: flex !important;
}

/* Hide date in unread divider */
.content_d67847 {
  display: none;
}
Nova1ite commented 10 months ago

A temp fix for the current issue is to add the below css by @LofiTurtle. The issue will be fixed in the upcoming release.

/* remove date divider */
.hasContent__8519e {
  display: none;
}

/* Un-hide unread divider with date */
.isUnread__6f880 {
  display: flex !important;
}

/* Hide date in unread divider */
.content_d67847 {
  display: none;
}

Thanks! Also, love this theme too, thanks for the great work!

Nova1ite commented 10 months ago

@Inmoresentum Nvm, I'm going to close this topic, I think it's from a plugin instead. Sorry for the trouble.

Inmoresentum commented 10 months ago

@Inmoresentum Nvm, I'm going to close this topic, I think it's from a plugin instead. Sorry for the trouble.

Actually no, we did our own digging and it seems like its actually a bug form discord itself.

Nova1ite commented 10 months ago

@Inmoresentum Nvm, I'm going to close this topic, I think it's from a plugin instead. Sorry for the trouble.

Actually no, we did our own digging and it seems like its actually a bug form discord itself.

Okay, thanks for the info! :)

Inmoresentum commented 10 months ago

@Nova1ite For context which client mod you are using and which plugin do you suspect?

Nova1ite commented 10 months ago

@Nova1ite For context which client mod you are using and which plugin do you suspect?

PTB and my guess is that anything that affects discord's default window layout size like ChannelTabs or themes like this one or LilyPichu's causes this to happen.

Default theme layouts like Nocturnal, Comfy, and Dracula without ChannelTabs are totally fine.