mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
small styling fixes
This commit is contained in:
@@ -189,6 +189,12 @@ export const NavBar = styled.div`
|
||||
#board-nav-mobile {
|
||||
background-color: #1d1f21;
|
||||
border-bottom: 2px solid #282a2e;
|
||||
}
|
||||
|
||||
#board-select-mobile {
|
||||
background-color: #282a2e;
|
||||
color: #c5c8c6;
|
||||
border: 1px solid #373b41;
|
||||
}`;
|
||||
|
||||
case 'Photon':
|
||||
@@ -1498,6 +1504,12 @@ ${({ selectedStyle }) => {
|
||||
border: none;
|
||||
color: #707070 !important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#style-selector {
|
||||
background-color: #282a2e;
|
||||
color: #c5c8c6;
|
||||
border: 1px solid #373b41;
|
||||
}`;
|
||||
|
||||
case 'Photon':
|
||||
|
||||
@@ -37,10 +37,7 @@ export const ReplyFormLink = styled.div`
|
||||
|
||||
#btns-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bottom-bar-top {
|
||||
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -812,6 +809,12 @@ export const TopBar = styled.div`
|
||||
margin-left: 5px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#style-selector {
|
||||
background-color: #282a2e;
|
||||
color: #c5c8c6;
|
||||
border: 1px solid #373b41;
|
||||
}
|
||||
|
||||
.return-button {
|
||||
margin-left: 10px;
|
||||
|
||||
Reference in New Issue
Block a user