[DTM-16] An option to remove seperator line for messages
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
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
oh wow, thanks so much man
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?
.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
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?
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?
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.
technically resolved, closing issue (i might add a separate option to hide the separator line in other message group spacing modes but not now)