XYZenixThemes icon indicating copy to clipboard operation
XYZenixThemes copied to clipboard

[DTM-16] An option to remove seperator line for messages

Open andolei opened this issue 3 years ago • 4 comments

I love everything about the theme honestly, but that seperator is legit giving me anxiety thinking its the next day, so adding a small option to remove it would be handy

andolei avatar Sep 12 '22 06:09 andolei

if you can compile the scss, you can edit this line: https://github.com/XYZenix/XYZenixThemes/blob/2cd1659592424639ec8f3a2bc3f93ba6b12793d5/DTM-16-V5/DTM-16.scss#L17 by changing 2 to 0 so messages will be unthemed i will add a third option for that later which would just be the current one without forced message group spacing and separator lines

XYZenix avatar Sep 12 '22 06:09 XYZenix

oh wow, thanks so much man

andolei avatar Sep 12 '22 06:09 andolei

its been months and i still refuse to learn scss to edit something this simple. as a result im still bothered by this. Mind if i get a more efficient workaround for someone without code experience?

andolei avatar Dec 14 '22 08:12 andolei

.scrollerInner-2PPAp2 .message-2CShn3.groupStart-3Mlgv1:before {
    display: none !important;
}
.scrollerInner-2PPAp2 .message-2CShn3.groupStart-3Mlgv1 {
    margin-top: 10px !important;
    padding-top: 10px !important;
}
.divider-IqmEqJ.beforeGroup-1BvJAt {
    top: 8px !important;
}
.cozy-VmLDNB.groupStart-3Mlgv1 .container-2gUZhU {
    margin-top: -10px
}

i will make it support message group spacing settings later

XYZenix avatar Dec 14 '22 08:12 XYZenix

Hi! Similar to Andolei I love this theme - and thank you very much for making it - but the message separator is somewhat distracting. I spent a while trying to work out how to change the CSS but I unfortunately know nothing about CSS, or any other programming language. x) If it's not too much trouble could you tell me what exactly I need to change?

ImpTwins avatar Mar 26 '25 14:03 ImpTwins

the message separator goes away if you decrease the spacing between message groups. do you want the separator gone without reducing the message group spacing?

XYZenix avatar Mar 26 '25 14:03 XYZenix

Ohhh, ty! I think my ideal would be to have a little more space but with the separator gone but I'll deal with it lol

You custom UI people are a godsend seriously, the new UI was actually, literally giving me a headache so thank you.

ImpTwins avatar Mar 27 '25 17:03 ImpTwins

technically resolved, closing issue (i might add a separate option to hide the separator line in other message group spacing modes but not now)

XYZenix avatar Mar 28 '25 18:03 XYZenix