fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 1m57s

This commit is contained in:
doomtube 2026-01-09 18:37:34 -05:00
parent 954755fbc3
commit 6bbfc671b3
35 changed files with 94 additions and 310 deletions

View file

@ -825,12 +825,6 @@
min-height: 0; /* Allow flex shrinking */
max-height: 100%; /* Don't exceed container */
width: 100%; /* Ensure full width */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
}
.messages-container::-webkit-scrollbar {
display: none; /* Chrome/Safari/Opera */
}
.empty-state {
@ -889,7 +883,7 @@
overflow-y: auto;
overflow-x: hidden;
z-index: 200;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-family: var(--font-mono);
font-size: 0.75rem;
}