feat: change message history grids to fix scaling of message timestamps
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
a56e12149b
commit
d85eb03ad0
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue