feat: change message history grids to fix scaling of message timestamps
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-06-03 16:18:13 +02:00
parent a56e12149b
commit d85eb03ad0
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
2 changed files with 7 additions and 7 deletions

View file

@ -245,8 +245,8 @@ onMounted(async () => {
#messages {
overflow-y: scroll;
display: flex;
flex-direction: column;
display: grid;
grid-template-columns: min-content 1fr;
gap: 1dvh;
padding-left: 1dvw;
padding-right: 1dvw;