# 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 9
# self = https://watcher.sour.is/conv/unv5g4a
I guess I need to change my pod logo...
@jlj use the custom css to change #podlogo height to match your svg logo. 👍
There is probably a way to do this for all pods regardless of their logo size though.
@ullarah @jlj you can also change it directly in the SVG file. There is the width and height and also the viewBox
property. Try to match those. Maybe that helps. /haven't looked at yours though
Ah, OK. Thanks, @carsten, but I think I'd prefer to have the CSS accommodate the current size, as I like the way it looks right now. @ullarah, just so I'm clear, that involves copying the current theming directory structure, making that change, pointing the daemon to the new theme (or updating it in pod mgmt), and then backing up that theme in some fashion, so I can replace it each time I update the code base; is that correct?
@jlj yarnd
has a -t
option to point to a theme dir. The original can just be cloned from the git repo or copied from a sub dir after you run yarnd (iirc)
@jlj not at all! There is a custom CSS section created for poderators to adjust their own pod stuff without the requirements of doing what you said.
@ullarah Oh, wow! Sweet! I shall have a look then. :-)