# 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 13
# self = https://watcher.sour.is/conv/p4y25la
I'm really happy with how this has turned out. What does everybody think?
@ullarah it is very nice, yes. I would still prefer the icons thinner, and the labels a tad smaller. Hopefully thatโ€™s something doable.
Thinner, maybe, Iโ€™m looking into that font compiling at some stage. The labels are the same size as the nav bar on desktop. Again, on mobile, I increased them a little bit otherwise theyโ€™re a bit on the small side.
@ullarah yes, I know. I tried setting the labels a tad smaller and failed. I think they would look a better if the font was a notch smaller. On previous theme I had those level (twt options, desktop) at an 85%.
Iโ€™ll see what I can do! ๐Ÿ˜‰
@ullarah I like it. ๐Ÿ‘
@ullarah I love it! ๐Ÿ˜ PR please ๐Ÿคฃ
@ullarah I love it! ๐Ÿ˜ PR please ๐Ÿคฃ
@ullarah Really cool responsive menu you have made:) At this breakpoint we should only show the icons, so we avoid the linebreak.
Update...
@ullarah Looks good ๐Ÿ‘Œ
@ullarah Looks good ๐Ÿ‘Œ
@ullarah I am trying to make the twt options labels (on desktop, or bigger mobile devices) smaller, and I can do that by adding:


twt-nav a {
   font-size: 0.9em;
}


But then the labels will show on phones. Where is the trick to make those labels disappear on small-er screens?