# 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 11
# self = https://watcher.sour.is/conv/6uaf4fq
@ullarah love tout work mate 👌 😆
@ullarah love tout work mate 👌 😆
meant to say "love your work" 🤣
meant to say "love your work" 🤣
@ullarah Fantastic, It feels so comfy!

Just one issue i noticed, on mobile the first button .replyBtn have the ::after element under the icon pushing the label.
Example

It seems to fix if you use:

.replyBtn .ti {
    white-space: pre;
}
@justamoment Knew there was a reason I like you 😅 CSS is NOT something I'm any good at, @ullarah is orders of magnitude better than me at this 😂 I _think_ between the two of you, we'll continue ti improve the UI/UX immensely 🤗
@justamoment Knew there was a reason I like you 😅 CSS is NOT something I'm any good at, @ullarah is orders of magnitude better than me at this 😂 I _think_ between the two of you, we'll continue ti improve the UI/UX immensely 🤗
@prologic Thanks, glad to help! 👍

I have a soft spot for CSS for it's simplicity and flexibility.

I'm not much of a UX/UI expert but I love searching for design and concepts and sometimes end up putting together fun ideas just for building something that "looks/feels nice". 😎
@justamoment interesting fix! I hadn't come across this. What browser are you using out of curiosity?

> simplicity and flexibility

I'll give you flexibility but simple it is not 😂
@ullarah I first noticed on my phone on Chrome then on PC the issue was still there on Chromium on Linux.

I should expand on my definition of flexibility:

Regarding CSS, the general rules on CSS often seems complex but once I started using Suit CSS on plain projects (or BEM if you prefer) and CSS Modules with bundlers plus dropping any kind of framework, the only limitations became how CSS worked natively.

I also started using CSS Flexbox and CSS Grid for anything on layouts and all my problems vanished.

I also use CSS over JS for most of my interfaces, instead of replacing a section I just hide or move it with CSS allowing me to change many parts by just switching a simple class.
@ullarah On simplicity I meant. 🙃