mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
input fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user