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

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

View File

@@ -34,6 +34,7 @@ body {
position: sticky; position: sticky;
bottom: 0; bottom: 0;
display: block; display: block;
align-self: center;
} }
.chat-seesion { .chat-seesion {