# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 14
# self = https://watcher.sour.is/conv/7rwi7aa
@ullarah, this line on 01-pico.css is the one adding too much space in between lines on lists:

ul li,
ol li {
  margin-bottom: calc(var(--typography-spacing-vertical) * 0.25);
}

If I remove that, lists look perfect.
@fastidious Then we should change the value of the typography vertical spacing var? 🤔
@fastidious Then we should change the value of the typography vertical spacing var? 🤔
@prologic I believe we simply need to override that value (on the Pico's override file) to margin-bottom: 0;. But I am leaving it to @ullarah, because he knows better than me.
I wanted to add that I played with the * 0.25 (increasing, reducing), and also tried - 0.25 and other values. I believe the best bet here is a reset, so setting the margin-bottom as I twted before. But not sure 100%.
@fastidious Interesting... 🤔 I'd be very curious to see what the author of PicoCSS made this choice here? 🤔 @ullarah Should we file an issue or just override and be done?
@fastidious Interesting... 🤔 I'd be very curious to see what the author of PicoCSS made this choice here? 🤔 @ullarah Should we file an issue or just override and be done?
@prologic it is just a deliberated choice I believe, based, perhaps, on taste and/or based on PicoCSS's default line height. Current list line height doesn't suit well with what we are using for twt paragraphs.
@fastidious Fair enough, I buy that 👌
@fastidious Fair enough, I buy that 👌
@fastidious @prologic If this is what I think it is then it'll be an override. It'll definitely be a matter of taste for sure. We can set a baseline of what it looks like default on pods but this is again why we have custom CSS to subtly change appearances on pods.
@prologic just tested @ullarah's changes and they are all good. Those CSS changes look pretty kosher to me, and good to go.
@fastidious Okay 👌
@fastidious Okay 👌