mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Mobile view allquestions / subj browser updates
This commit is contained in:
parent
978dfcd382
commit
c3692d3c52
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
// TODO: add number next to it
|
||||
|
||||
import styles from './SubjectSelector.module.css'
|
||||
|
||||
export default function SubjectSelector (props) {
|
||||
|
@ -21,7 +19,7 @@ export default function SubjectSelector (props) {
|
|||
key={i}
|
||||
onClick={() => onSubjSelect(subj.Name)}
|
||||
>
|
||||
<span>
|
||||
<span className={styles.subjName}>
|
||||
{subj.Name}
|
||||
</span>
|
||||
<span className={styles.questionCount}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue