This commit is contained in:
Paweł Krefta 2025-12-01 01:21:02 +01:00 committed by GitHub
commit 1b247bff81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,11 @@
box-sizing: border-box; box-sizing: border-box;
} }
html, body{
height: 100%;
margin: 0;
}
body { body {
font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #ffffff; background-color: #ffffff;
@ -107,7 +112,6 @@
.message.assistant .message-content { .message.assistant .message-content {
background: transparent; background: transparent;
border: none; border: none;
padding: 0.25rem 0;
cursor: pointer; cursor: pointer;
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 0.5rem; padding: 0.5rem;