style: html, body 定义处删去一个空格

This commit is contained in:
MoonLeeeaf
2024-06-29 19:53:12 +08:00
parent 31d78b39f3
commit 1a86464a32

View File

@@ -4,7 +4,7 @@
* 铃之椅 网页端 * 铃之椅 网页端
*/ */
html, body { html, body {
max-height: 100%; max-height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
@@ -34,6 +34,7 @@ body {
position: sticky; position: sticky;
bottom: 0; bottom: 0;
display: block; display: block;
align-self: center;
} }
.chat-seesion { .chat-seesion {