Yarn

Recent twts in reply to #3dgf3ma

I would suggest putteing the filters in a sidebar. With simple.css we can already use <aside> for this and from the new tabs in settings we can reuse the style for getting the boxes

⤋ Read More

Something like this:

Image

<main class="container float">
<aside class="filternav">
<h4>Filters</h4>
<nav class="tabs">
<a href="https://twtxt.net/?f=localonly" class="current">On twtxt.net</a>
<a href="https://twtxt.net/?f=noreplies">No Replies</a>
<a href="https://twtxt.net/?f=nobots">Exclude Bots</a>
<a href="https://twtxt.net/?f=norss">Exclude Feeds</a>
<a href="https://twtxt.net/">Clear</a>
</nav>
</aside>

⤋ Read More

Participate

Login to join in on this yarn.