# 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 10
# self = https://watcher.sour.is/conv/eyjyn2q
@ullarah, see the spacing on lines on this twt I am forking. It happens because there are multiple code on each line. I recommend we tune the padding on code and, probably, kbd to this:


code, kbd {
    display: inline-block;
    padding: .2rem .3rem;
}


Which file are you using to overwrite what's on 01-pico.css?
We should probably put PicoCSS overrides in a separate 02-pico-override.css so things are more clear?
We should probably put PicoCSS overrides in a separate 02-pico-override.css so things are more clear?
@prologic I thought that was what that 99-yarn.css was for, is it not? Either way, I checked in mobile, and it is fine, so the only change would have on the @media for 1200. I will let @ullarah do it, just in case.
@fastidious No worries πŸ‘Œ
@fastidious No worries πŸ‘Œ
@prologic 02-pico-override.css is something I _should_ have come up with πŸ˜‚, bloody fantastic idea!

We could then leave 99-yarn.css to IDs and classes that are specific to yarn.social.
@ullarah it doesn’t need to be 02, it can just be the same name as it has now, with the -override added to it. 😊
@homer Hmmm well for CSS yeah the order probably doesn't matter, but for JS it does. So that's why it's there.
@homer Hmmm well for CSS yeah the order probably doesn't matter, but for JS it does. So that's why it's there.