themeskult / wp-svbtle

Wordpress Admin & Theme inspired by Svbtle
http://wp-svbtle.com
1.45k stars 220 forks source link

Nested Comments Unreadable #100

Closed edent closed 11 years ago

edent commented 11 years ago

After comments are nested more than 3 deep, they become unreadable. Because they are indented and have a limited width (500px) they often end up looking like

th is is an exa mple

I've changed https://github.com/gravityonmars/wp-svbtle/blob/master/wp-content/themes/svbtle/style.css#L55

to

ol.commentlist{list-style:none; margin:0; padding: 0; max-width: 100%; }

So that nested comments take up the full width of the window.

Thoughts?

edent commented 11 years ago

Thanks :-)

ahmetb commented 11 years ago

Ricardo, how are you maintaining patches to the style.css when a new version of Svbtle comes out and you need to copy their style.css file? Will all these CSS patches be gone?

rickyrauch commented 11 years ago

Nop, I change stuff that it's not in svbtle stylesheet mostly.

jmergy commented 11 years ago

Just played latest code and it fixed my issues on nested as well. Thanks!