WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

346

Hey poalacks,

I'd like you to take notice, that there are some people, who are enjoying longer discussions, which are discouraged by your current CSS.

As an example, you could look at the following thread, where some user tries to (unsuccessfully) argue for being thoughtful towards boomers:

https://poal.co/s/Helicoptarian/133661

The fact, that every few messages require a reload sucks just as much as the fact, that the discussion becomes unreadable after a while, because the <div> becomes too narrow to even display single words in one line.

Hey poalacks, I'd like you to take notice, that there are some people, who are enjoying longer discussions, which are discouraged by your current CSS. As an example, you could look at the following thread, where some user tries to (unsuccessfully) argue for being thoughtful towards boomers: https://poal.co/s/Helicoptarian/133661 The fact, that every few messages require a reload sucks just as much as the fact, that the discussion becomes unreadable after a while, because the <div> becomes too narrow to even display single words in one line.

(post is archived)

[–] 0 pt

You could probably fix this with a custom sub CSS, which you (or any other user) could then apply globally in your settings. If you give it a try please let me know.

[–] 1 pt (edited )

I've made a few changes to the CSS, so that less space is wasted:

https://poal.co/s/WMDTestSite/135282

Put the following into your CSS, if you want to use this design:

/* CSS here */

.pchild {
  margin-left: 0px;
}

.c-upvote, .c-downvote, .upvote, .downvote {
  width: 12px;
}

.votecomment {
  width: 16px;
}

.commentrow.text-post.no-padding.comment {
  padding: 0.4em 0 0.4em 0.4em;
}

article.comment:nth-child(n) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #333;
  border-right: none;
}

article.comment:first-of-type {
  border-radius: 8px;
}
[–] 0 pt

That is awesome. I will enter 'WMDTestSite into the Global CSS field in my user settings. You should make a post about this so that other users can check it out.

:

https://poal.co/s/WMDTestSite/135282

[–] 0 pt (edited )

I thought, that's what this post is for...

I'll change the box-shadow into a border, I think, but later. I'm lazy. But I dislike the overlapping effect.

Edit: and I really should hide some swastikas somewhere, so that only the rightminded people use my CSS ;)

Or suffer.

[–] 1 pt

How/where can I customize the CSS?

[–] 0 pt

Make a sub and then find the 'edit stylesheet' button on the sidebar.