Add header toggle on mobile that works without JS
or, you might wanna consider using a popover or dialog for navigational controls:
<button popovertarget="mypopover">Toggle the popover</button>
<div id="mypopover" popover>Popover…
Add header toggle on mobile that works without JS
u might wanna do something like:
<header class="le-header">
<input id="header-toggle" type="checkbox" aria-label="expand header">
…
.le-header:has(#header-toggle…
WebUI not showing emoji reactions option?
maybe you have to switch to the glitch flavor instead of vanilla: https://anarchist.au/settings/flavours/glitch