make footer more similar to 4chan

This commit is contained in:
Esteban Abaroa
2023-04-24 17:53:09 +00:00
parent 5842dfdf8c
commit 3e1eebec5b
4 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -2801,7 +2801,7 @@ export const Footer = styled.div`
}
#version {
margin-top: 25px;
margin-top: 13px;
}
}
+11 -11
View File
@@ -990,20 +990,20 @@ const Board = () => {
plebchan v0.1.0. GPL-2.0
</div>
<div className="footer-links"
style={{
textAlign: "center",
fontSize: "x-small",
fontFamily: "arial",
marginTop: "10px",
marginBottom: "15px",
}}>
<a href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
style={{
textAlign: "center",
fontSize: "x-small",
fontFamily: "arial",
marginTop: "5px",
marginBottom: "15px",
}}>
<a style={{textDecoration: 'underline'}} href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
&nbsp;&nbsp;
<a href="https://github.com/plebbit" target="_blank" rel="noopener noreferrer">GitHub</a>
<a style={{textDecoration: 'underline'}} href="https://github.com/plebbit" target="_blank" rel="noopener noreferrer">GitHub</a>
&nbsp;&nbsp;
<a href="https://twitter.com/getplebbit" target="_blank" rel="noopener noreferrer">Twitter</a>
<a style={{textDecoration: 'underline'}} href="https://twitter.com/getplebbit" target="_blank" rel="noopener noreferrer">Twitter</a>
&nbsp;&nbsp;
<a href="https://t.me/plebbit" target="_blank" rel="noopener noreferrer">Telegram</a>
<a style={{textDecoration: 'underline'}} href="https://t.me/plebbit" target="_blank" rel="noopener noreferrer">Telegram</a>
</div>
</Footer>
</Container>
+11 -11
View File
@@ -474,20 +474,20 @@ const Catalog = () => {
plebchan v0.1.0. GPL-2.0
</div>
<div className="footer-links"
style={{
textAlign: "center",
fontSize: "x-small",
fontFamily: "arial",
marginTop: "10px",
marginBottom: "15px",
}}>
<a href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
style={{
textAlign: "center",
fontSize: "x-small",
fontFamily: "arial",
marginTop: "5px",
marginBottom: "15px",
}}>
<a style={{textDecoration: 'underline'}} href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
&nbsp;&nbsp;
<a href="https://github.com/plebbit" target="_blank" rel="noopener noreferrer">GitHub</a>
<a style={{textDecoration: 'underline'}} href="https://github.com/plebbit" target="_blank" rel="noopener noreferrer">GitHub</a>
&nbsp;&nbsp;
<a href="https://twitter.com/getplebbit" target="_blank" rel="noopener noreferrer">Twitter</a>
<a style={{textDecoration: 'underline'}} href="https://twitter.com/getplebbit" target="_blank" rel="noopener noreferrer">Twitter</a>
&nbsp;&nbsp;
<a href="https://t.me/plebbit" target="_blank" rel="noopener noreferrer">Telegram</a>
<a style={{textDecoration: 'underline'}} href="https://t.me/plebbit" target="_blank" rel="noopener noreferrer">Telegram</a>
</div>
</Footer>
</Container>
+11 -11
View File
@@ -1035,20 +1035,20 @@ const Thread = () => {
plebchan v0.1.0. GPL-2.0
</div>
<div className="footer-links"
style={{
textAlign: "center",
fontSize: "x-small",
fontFamily: "arial",
marginTop: "10px",
marginBottom: "15px",
}}>
<a href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
style={{
textAlign: "center",
fontSize: "x-small",
fontFamily: "arial",
marginTop: "5px",
marginBottom: "15px",
}}>
<a style={{textDecoration: 'underline'}} href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
&nbsp;&nbsp;
<a href="https://github.com/plebbit" target="_blank" rel="noopener noreferrer">GitHub</a>
<a style={{textDecoration: 'underline'}} href="https://github.com/plebbit" target="_blank" rel="noopener noreferrer">GitHub</a>
&nbsp;&nbsp;
<a href="https://twitter.com/getplebbit" target="_blank" rel="noopener noreferrer">Twitter</a>
<a style={{textDecoration: 'underline'}} href="https://twitter.com/getplebbit" target="_blank" rel="noopener noreferrer">Twitter</a>
&nbsp;&nbsp;
<a href="https://t.me/plebbit" target="_blank" rel="noopener noreferrer">Telegram</a>
<a style={{textDecoration: 'underline'}} href="https://t.me/plebbit" target="_blank" rel="noopener noreferrer">Telegram</a>
</div>
</Footer>
</Container>