mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added info text on ranklist
This commit is contained in:
parent
26abcfdf11
commit
c73cd6cd84
2 changed files with 9 additions and 0 deletions
|
@ -79,6 +79,10 @@ export default function RankList() {
|
||||||
<div
|
<div
|
||||||
className={styles.infoText}
|
className={styles.infoText}
|
||||||
>{`A felhasználó ID-d: #${selfUserId}`}</div>
|
>{`A felhasználó ID-d: #${selfUserId}`}</div>
|
||||||
|
<div className={styles.text}>
|
||||||
|
Az adatok kb 2020. április eleje óta vannak gyűjtve, és azonnal
|
||||||
|
frissülnek.
|
||||||
|
</div>
|
||||||
<Sleep />
|
<Sleep />
|
||||||
<div className={styles.table}>
|
<div className={styles.table}>
|
||||||
<div className={styles.headerRow}>
|
<div className={styles.headerRow}>
|
||||||
|
|
|
@ -53,6 +53,11 @@
|
||||||
background-color: #9999ee;
|
background-color: #9999ee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.infoText {
|
.infoText {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue