[Glitch] Remove resize handles from inputs in Firefox
Port a6ec5ce508eae1dcd37eec05ae25a3622e86ceb7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
c2e6cbb12b
commit
e2d0e4517d
@ -558,7 +558,6 @@ code {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-family: inherit;
|
||||
resize: vertical;
|
||||
background: var(--color-bg-secondary);
|
||||
border: 1px solid var(--color-border-primary);
|
||||
border-radius: 4px;
|
||||
@ -585,6 +584,10 @@ code {
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
input[type='text'],
|
||||
input[type='number'],
|
||||
input[type='email'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user