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}>
|
||||
<input
|
||||
placeholder={'Téma...'}
|
||||
type={'text'}
|
||||
required
|
||||
value={title}
|
||||
onChange={(e) => {
|
||||
|
|
|
@ -43,8 +43,8 @@ textarea {
|
|||
background-color: var(--background-color);
|
||||
box-sizing: border-box;
|
||||
height: 140px;
|
||||
width: 100%;
|
||||
border: 1px solid #666;
|
||||
width: 90%;
|
||||
border: 0px solid #666;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,8 @@ input[type='text'] {
|
|||
color: var(--text-color);
|
||||
background-color: var(--background-color);
|
||||
border: 0px solid #444;
|
||||
width: 80%;
|
||||
border-radius: 3px;
|
||||
width: 90%;
|
||||
font-family: inherit;
|
||||
width: 98%;
|
||||
padding: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue