Add inlayErrorResponse

This commit is contained in:
Kwaroran
2025-01-31 17:38:14 +09:00
parent 8174c6dcde
commit 757a944686
6 changed files with 52 additions and 12 deletions

View File

@@ -260,6 +260,14 @@ html, body{
@apply rounded-lg focus:outline-none max-w-80 w-full
}
.x-risu-risu-error {
@apply border-2 border-red-700 bg-red-500 text-white rounded-md shadow-sm focus:outline-none transition-colors duration-200 px-4 py-2 min-w-0 break-words
}
.x-risu-risu-error h1 {
@apply text-xl mb-2
}
.z-100{
z-index: 100;
}