Rework of page "allQuestions", minor style and layout fixes and modifications for other pages

This commit is contained in:
ndaniel1102 2021-04-12 01:02:40 +02:00
parent 47a2227f87
commit 23865a68cd
14 changed files with 147 additions and 94 deletions

View file

@ -27,14 +27,16 @@ export default function Composer({ onSubmit }) {
return (
<>
<div
onClick={() => {
setEditorShowing(true)
}}
className={styles.new}
>
Bejegyzés írása...
</div>
<center>
<div
onClick={() => {
setEditorShowing(true)
}}
className={styles.new}
>
Bejegyzés írása...
</div>
</center>
{editorShowing && (
<Modal
closeClick={() => {