Server sent event response viewer (#126)

This commit is contained in:
Gregory Schier
2024-10-11 06:52:32 -07:00
committed by GitHub
parent f974a66086
commit d754e7233d
24 changed files with 513 additions and 104 deletions

View File

@@ -19,22 +19,14 @@
}
/* Disable user selection to make it more "app-like" */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
label,
code,
pre,
li {
:not(a),
:not(input):not(textarea),
:not(input):not(textarea)::after,
:not(input):not(textarea)::before {
@apply select-none cursor-default;
}
input,
input,
textarea {
&::placeholder {
@apply text-placeholder;