0 Followers
0 Following
2 Posts

Tune in to Our First Diablo IV Campfire Chat 6/16, 2PM EDT

https://lemmy.world/post/131582

Tune in to Our First Diablo IV Campfire Chat 6/16, 2PM EDT - Lemmy.world

I wrote one and never got a response, and it was a respectable answer lol..
Of course! No problem! :)

Was trying to figure this out! Was having issues just using the button, will give it a go!

Edit: Gah, still not working with a ``` at the beginning and end?

Made Lemmy waaaay more tolerable to read with Stylebot and some custom CSS!

https://lemmy.world/post/100974

Made Lemmy waaaay more tolerable to read with Stylebot and some custom CSS! - Lemmy.world

For anyone that would love to get a little more separation/readability out of comments, download Stylebot for chrome or a custom CSS extension for your browser, then use the CSS I wrote out below to get it to look like my screenshot! /* ==UserStyle== @name LES @namespace github.com/openstyles/stylus @version 1.0.0 @description A style based on the visuals of RES @author Sascha Englert ==/UserStyle== */ @-moz-document domain("feddit.de") { div.comment { border: 1px solid #ced4da !important; border-radius: .5rem; margin: 10px 0; } div.comment-node { border: none !important; } div.details { padding: 0 !important; } div.d-flex { justify-content: unset !important; } button.btn { padding: 0 10px; } div.mb-3 { margin: 10px 0; } svg.icon.mini-overlay { color: #f2f2f2; background: #ced4da; } } div.details.comment-node.py-2.border-top.border-light { border-style: dashed; border-color: #ffffff; padding: 10px; background-color: #fafafa; } div.d-flex.flex-wrap.align-items-center.text-muted.small { border-color: #fafafa; background-color: #eeeeee; border-style: solid; padding: 3px; border-radius: .9rem; } div.d-none.d-md-block.col-md-4 { border-style: solid; border-color: #eeeeee; background-color: #f5f5f5; padding: 9px; border-radius: .9rem; } div.d-flex.justify-content-between.justify-content-lg-start.flex-wrap.text-muted.font-weight-bold { background-color: #fafafa; border-color: #fff; border-style: solid; border-radius: .9rem; } div.d-flex.justify-content-start.flex-wrap.text-muted.font-weight-bold.mb-1 { border-style: solid; border-color: #f5f5f5; padding: 2px; border-radius: .9rem; } nav.navbar.navbar-expand-md.navbar-light.shadow-sm.p-0.px-3 { background-color: #eeeeee; border-color: #fafafa; border-style: none; } div.md-div { padding: 4px; } div div p { font-size: 14px; }

Yep yep, I'll be keeping the NSFW stuff off for now until more customization comes along. Plenty of other parts of the internet for that stuff haha.
I'm wishing it had a bit more separation actually, I'd love some lines in between comments or a radius around responses and such. Wondering if there's a way to customize this...