Make request GET method and fix fullscreen

This commit is contained in:
kwaroran
2024-03-21 03:27:22 +09:00
parent 327cd701b0
commit 495dd64eb7
4 changed files with 9 additions and 21 deletions

View File

@@ -26,6 +26,7 @@ body{
--risu-theme-textcolor2: #64748b;
--risu-theme-darkborderc: #4b5563;
--risu-theme-darkbutton: #374151;
--risu-height-size: 100%;
}
@@ -36,7 +37,7 @@ body{
}
html, body{
height: 100%
height: var(--risu-height-size);
}
.chattext p{