# 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 3
# self = https://watcher.sour.is/conv/vooouva
@prologic Running it now. I think I hit a memory leak or similar on the old master... Noticed a few hours ago that my pod was unresponsive, and, once I was able to get htop up, finally, I saw that the load was up near 31.00 where normally it'd be 0.31(!).

Anyway, I've restarted on the latest master now, obviously.
@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?
Opened 677 for this. The change on line height when multiple inline code are present is subtle, but visible to the naked eye.