Skip to content
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

Open
andolei opened this issue Sep 12, 2022 · 4 comments
Open

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

andolei opened this issue Sep 12, 2022 · 4 comments
Labels
DTM-16 issue is related to DTM-16 enhancement new feature/request

Comments

@andolei
Copy link

andolei commented Sep 12, 2022

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

@XYZenix
Copy link
Owner

XYZenix commented Sep 12, 2022

if you can compile the scss, you can edit this line:

$messageStyle: 2;

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

@andolei
Copy link
Author

andolei commented Sep 12, 2022

oh wow, thanks so much man

@andolei
Copy link
Author

andolei commented Dec 14, 2022

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?

@XYZenix
Copy link
Owner

XYZenix commented Dec 14, 2022

.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 added a commit that referenced this issue Dec 15, 2022
@XYZenix XYZenix added enhancement new feature/request DTM-16 issue is related to DTM-16 DTM-17 labels Jan 8, 2023
@XYZenix XYZenix removed the DTM-17 label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DTM-16 issue is related to DTM-16 enhancement new feature/request
Projects
None yet
Development

No branches or pull requests

2 participants