fix mobile search field

This commit is contained in:
plebbitor
2023-02-03 13:37:41 +01:00
parent 179bf6663e
commit d32e39f0dc
2 changed files with 31 additions and 7 deletions
+7 -7
View File
@@ -12,20 +12,20 @@ const Home = () => {
</Link>
</Logo>
</Header>
<Search>
<form>
<input type="text" placeholder="board.eth" />
<input type="submit" value="Search" />
</form>
</Search>
<Page>
<Search>
<form>
<input type="text" placeholder="board.eth" />
<input type="submit" value="Search" />
</form>
</Search>
<About>
<AboutTitle>
<h2>What is plebchan?</h2>
</AboutTitle>
<AboutContent>
<div id="content">
<p>Plebchan is a serverless, adminless, decentralized 4chan alternative that lives on the <a href="https://plebbit.net" target="_blank" rel="noreferrer">plebbit protocol</a>. Users do not need to register an account before participating in the community; anyone can post comments, share image links and even create a board. Search for any board address above, or feel free to click on a popular board below that interests you and jump right in! </p>
<p>Plebchan is a serverless, adminless, decentralized 4chan alternative that uses the <a href="https://plebbit.net" target="_blank" rel="noreferrer">plebbit protocol</a>. Users do not need to register an account before participating in the community; anyone can post comments, share image links, and create a board. Search for any board address above, or feel free to click on a popular board below that interests you and jump right in! </p>
<br />
<p>There are no global rules, each board is completely independent and their owners decide how they should be moderated.</p>
</div>