mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Finishing up style fixes across pages
This commit is contained in:
parent
db347e14ec
commit
b88a4d9c9e
10 changed files with 200 additions and 123 deletions
|
@ -114,9 +114,12 @@ export default function RankList({ globalData }) {
|
|||
getList()
|
||||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
getList()
|
||||
}, [since])
|
||||
useEffect(
|
||||
() => {
|
||||
getList()
|
||||
},
|
||||
[since]
|
||||
)
|
||||
|
||||
const list =
|
||||
ranklist &&
|
||||
|
@ -189,7 +192,7 @@ export default function RankList({ globalData }) {
|
|||
})}
|
||||
</select>
|
||||
</div>
|
||||
<div className={'selectContainer'}>
|
||||
<div className={'checkbContainer'}>
|
||||
<div>Saját hely mutatása felül:</div>
|
||||
<input
|
||||
type="checkbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue