User Notes on Profile Page

Hi @lightyear Sorry to bump. Not any bugs that I can see, in fact I think it works great.
But perhaps a little tweaking wouldn’t hurt?

We’ve had a few members express having trouble with the wording

And I’ve been playing with the CSS - “playing” because CSS isn’t my forte by any means. So I’m certain others could do better.

div[class="note staff"] {
 white-space: pre;
 overflow: auto;
 max-height: 300px;
 }
div[class="note staff"] p {
 margin: 0;
 }
div[class="note staff"] span.timestamp {
 float: left;
margin: 0 1em 0 0;
 }
div[class="note staff"] span.shared {
 float: left;
margin: 0 1em 0 0;
 }
div[class="note staff"] button[class="btn edit-note"] {
 float: left;
 margin: 0;
 }
2 Likes