mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added thread replies
This commit is contained in:
@@ -482,6 +482,10 @@ export const TopBar = styled.div`
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.catalog-button {
|
||||
margin-left: 3px !important;
|
||||
}
|
||||
|
||||
${({ selectedStyle }) => {
|
||||
switch (selectedStyle) {
|
||||
case 'Yotsuba':
|
||||
@@ -554,6 +558,7 @@ export const TopBar = styled.div`
|
||||
|
||||
a, a:visited {
|
||||
color: #00e !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -584,6 +589,7 @@ export const TopBar = styled.div`
|
||||
|
||||
a, a:visited {
|
||||
color: #34345c !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
||||
Reference in New Issue
Block a user