-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DTM-16] An option to remove seperator line for messages #58
Comments
if you can compile the scss, you can edit this line: XYZenixThemes/DTM-16-V5/DTM-16.scss Line 17 in 2cd1659
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 |
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
The text was updated successfully, but these errors were encountered: