small styling fixes

This commit is contained in:
plebbitor
2023-02-25 13:26:35 +01:00
parent 67737f8a9e
commit ab90d6af5f
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const Home = ({ setBodyStyle }) => {
</AboutTitle> </AboutTitle>
<AboutContent> <AboutContent>
<div id="content"> <div id="content">
<p>Plebchan is a serverless, adminless, decentralized 4chan alternative that uses the <a href="https://plebbit.com" 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> <p>Plebchan is a serverless, adminless, decentralized 4chan alternative that uses the <a href="https://plebbit.com" 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 media 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 /> <br />
<p>There are no global rules, each board is completely independent and their owners decide how they should be moderated.</p> <p>There are no global rules, each board is completely independent and their owners decide how they should be moderated.</p>
</div> </div>
+12
View File
@@ -189,6 +189,12 @@ export const NavBar = styled.div`
#board-nav-mobile { #board-nav-mobile {
background-color: #1d1f21; background-color: #1d1f21;
border-bottom: 2px solid #282a2e; border-bottom: 2px solid #282a2e;
}
#board-select-mobile {
background-color: #282a2e;
color: #c5c8c6;
border: 1px solid #373b41;
}`; }`;
case 'Photon': case 'Photon':
@@ -1498,6 +1504,12 @@ ${({ selectedStyle }) => {
border: none; border: none;
color: #707070 !important; color: #707070 !important;
white-space: nowrap; white-space: nowrap;
}
#style-selector {
background-color: #282a2e;
color: #c5c8c6;
border: 1px solid #373b41;
}`; }`;
case 'Photon': case 'Photon':
+7 -4
View File
@@ -37,10 +37,7 @@ export const ReplyFormLink = styled.div`
#btns-container { #btns-container {
text-align: center; text-align: center;
} margin-bottom: 50px;
.bottom-bar-top {
} }
} }
@@ -812,6 +809,12 @@ export const TopBar = styled.div`
margin-left: 5px; margin-left: 5px;
font-size: 10pt; font-size: 10pt;
} }
#style-selector {
background-color: #282a2e;
color: #c5c8c6;
border: 1px solid #373b41;
}
.return-button { .return-button {
margin-left: 10px; margin-left: 10px;