🎉 Initial formdata support and UI tweaks
This commit is contained in:
@@ -558,7 +558,6 @@ code {
|
||||
transition: all 0.2s ease-in-out;
|
||||
user-select: text;
|
||||
width: calc(100% - 8px);
|
||||
min-width: 128px;
|
||||
resize: vertical;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -570,6 +569,17 @@ code {
|
||||
}
|
||||
}
|
||||
|
||||
.method {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
box-shadow: inset 0 0 0 2px var(--fg-light-color);
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
display: grid;
|
||||
}
|
||||
@@ -783,21 +793,12 @@ ol li {
|
||||
}
|
||||
|
||||
#send {
|
||||
// #hidden-message {
|
||||
// display: none;
|
||||
// }
|
||||
|
||||
&.show {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 12px;
|
||||
right: 12px;
|
||||
z-index: 2;
|
||||
|
||||
// #hidden-message {
|
||||
// display: block;
|
||||
// margin-left: 4px;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user