mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix styling
This commit is contained in:
@@ -1541,7 +1541,7 @@ export const BoardForm = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-info {
|
.post-info {
|
||||||
margin: 3px;
|
margin: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -1580,6 +1580,7 @@ export const BoardForm = styled.div`
|
|||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
opacity: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
${({ selectedStyle }) => {
|
${({ selectedStyle }) => {
|
||||||
@@ -1682,6 +1683,7 @@ export const BoardForm = styled.div`
|
|||||||
.quotelink-mobile {
|
.quotelink-mobile {
|
||||||
color: navy !important;
|
color: navy !important;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
font-family: arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quotelink-mobile:hover {
|
.quotelink-mobile:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user