mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
input fix
This commit is contained in:
parent
98deeb1706
commit
e928ef87de
2 changed files with 5 additions and 3 deletions
|
@ -30,6 +30,7 @@ export default function Composer({ onSubmit }) {
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<input
|
<input
|
||||||
placeholder={'Téma...'}
|
placeholder={'Téma...'}
|
||||||
|
type={'text'}
|
||||||
required
|
required
|
||||||
value={title}
|
value={title}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
|
|
@ -43,8 +43,8 @@ textarea {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
width: 100%;
|
width: 90%;
|
||||||
border: 1px solid #666;
|
border: 0px solid #666;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +52,8 @@ input[type='text'] {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
border: 0px solid #444;
|
border: 0px solid #444;
|
||||||
width: 80%;
|
border-radius: 3px;
|
||||||
|
width: 90%;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue