#7 Make URL query viewer tool (#8)

Closes #7

Reviewed-on: #8
Co-authored-by: stuzer05 <stuzer05@stuzer.link>
Co-committed-by: stuzer05 <stuzer05@stuzer.link>
This commit is contained in:
2024-03-12 19:48:13 +02:00
committed by Illya Marchenko
parent 8fedd3e0e2
commit 66474e3791
4 changed files with 98 additions and 1 deletions

View File

@ -6,9 +6,10 @@
/**
* Components
*/
input[type=text], input[type=number], textarea {
input[type=text], input[type=number], input[type=url], textarea {
@apply appearance-none border leading-tight focus:outline-none;
font-family: monospace;
padding: 2px;
}
input:disabled, textarea:disabled {