mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix bugs
This commit is contained in:
@@ -61,12 +61,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postDesktop .checkbox, .replyDesktop .checkbox {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 3px 7px 3px 4px;
|
|
||||||
filter: var(--filter80);
|
|
||||||
}
|
|
||||||
|
|
||||||
.postDesktop .subject {
|
.postDesktop .subject {
|
||||||
color: var(--post-subject-text-color);
|
color: var(--post-subject-text-color);
|
||||||
font-weight: var(--post-subject-font-weight);
|
font-weight: var(--post-subject-font-weight);
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
.boardNavDesktop a, .navTopRight span {
|
.boardNavDesktop a, .navTopRight span {
|
||||||
color: var(--topbar-desktop-link-text-color);
|
color: var(--topbar-desktop-link-text-color);
|
||||||
text-decoration: var(--topbar-desktop-link-text-decoration);
|
text-decoration: var(--topbar-desktop-link-text-decoration);
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.boardNavDesktop a:hover, .navTopRight span:hover {
|
.boardNavDesktop a:hover, .navTopRight span:hover {
|
||||||
@@ -28,6 +27,10 @@
|
|||||||
padding: 3px 5px 0 0;
|
padding: 3px 5px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.boardNavDesktop .searchBar {
|
||||||
|
margin-right: -7px;
|
||||||
|
}
|
||||||
|
|
||||||
.searchBar input[type="text"] {
|
.searchBar input[type="text"] {
|
||||||
outline: none;
|
outline: none;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|||||||
@@ -102,8 +102,8 @@ const Board = () => {
|
|||||||
const lastVirtuosoState = lastVirtuosoStates?.[location.pathname];
|
const lastVirtuosoState = lastVirtuosoStates?.[location.pathname];
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
document.title = title ? title : shortAddress;
|
document.title = title ? title : shortAddress || subplebbitAddress;
|
||||||
}, [title, shortAddress]);
|
}, [title, shortAddress, subplebbitAddress]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.content}>
|
<div className={styles.content}>
|
||||||
|
|||||||
Reference in New Issue
Block a user