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 { #version {
margin-top: 25px; margin-top: 13px;
} }
} }
+5 -5
View File
@@ -994,16 +994,16 @@ const Board = () => {
textAlign: "center", textAlign: "center",
fontSize: "x-small", fontSize: "x-small",
fontFamily: "arial", fontFamily: "arial",
marginTop: "10px", marginTop: "5px",
marginBottom: "15px", marginBottom: "15px",
}}> }}>
<a href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a> <a style={{textDecoration: 'underline'}} href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
&nbsp;&nbsp; &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; &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; &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> </div>
</Footer> </Footer>
</Container> </Container>
+5 -5
View File
@@ -478,16 +478,16 @@ const Catalog = () => {
textAlign: "center", textAlign: "center",
fontSize: "x-small", fontSize: "x-small",
fontFamily: "arial", fontFamily: "arial",
marginTop: "10px", marginTop: "5px",
marginBottom: "15px", marginBottom: "15px",
}}> }}>
<a href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a> <a style={{textDecoration: 'underline'}} href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
&nbsp;&nbsp; &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; &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; &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> </div>
</Footer> </Footer>
</Container> </Container>
+5 -5
View File
@@ -1039,16 +1039,16 @@ const Thread = () => {
textAlign: "center", textAlign: "center",
fontSize: "x-small", fontSize: "x-small",
fontFamily: "arial", fontFamily: "arial",
marginTop: "10px", marginTop: "5px",
marginBottom: "15px", marginBottom: "15px",
}}> }}>
<a href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a> <a style={{textDecoration: 'underline'}} href="https://plebbit.com" target="_blank" rel="noopener noreferrer">About</a>
&nbsp;&nbsp; &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; &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; &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> </div>
</Footer> </Footer>
</Container> </Container>