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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user