mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(filters): fragment presets and code-block send log detail
This commit is contained in:
parent
c090281cb2
commit
2807c97c5f
5 changed files with 105 additions and 8 deletions
|
|
@ -739,6 +739,10 @@
|
|||
@apply font-mono text-[12px] text-muted;
|
||||
}
|
||||
|
||||
.fragments-presets {
|
||||
@apply mb-2 flex flex-col gap-1.5;
|
||||
}
|
||||
|
||||
.fragments-list {
|
||||
@apply mb-2 flex flex-col gap-1.5;
|
||||
}
|
||||
|
|
@ -759,6 +763,10 @@
|
|||
@apply flex items-center gap-2;
|
||||
}
|
||||
|
||||
.log-block {
|
||||
@apply max-h-72 overflow-auto whitespace-pre-wrap break-all rounded-sm border border-border bg-surface-2 p-2.5 font-mono text-[12px] leading-relaxed text-text;
|
||||
}
|
||||
|
||||
/* ---- Toasts ---- */
|
||||
.toasts {
|
||||
@apply pointer-events-none fixed bottom-7 left-1/2 z-[60] flex -translate-x-1/2 flex-col items-center gap-2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue