only allow resizing textarea
This commit is contained in:
@@ -208,7 +208,6 @@ input[type="text"], input[type="password"], input[type="url"], textarea, select
|
||||
background-color: var(--main-color);
|
||||
border-radius: var(--border-radius);
|
||||
border: solid var(--border-thickness) var(--border-color);
|
||||
resize: vertical;
|
||||
|
||||
padding: var(--small-padding) var(--medium-padding);
|
||||
margin: var(--base-padding) 0px;
|
||||
@@ -219,7 +218,8 @@ input[type="text"], input[type="password"], input[type="url"], textarea, select
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: 'Atkinson Hyperlegible Mono'
|
||||
font-family: 'Atkinson Hyperlegible Mono';
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user