mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 05:12:19 -05:00
Virtualize chat (#3196)
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
|
||||
.messages {
|
||||
padding: var(--s-3) 0 0 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--s-2);
|
||||
display: block;
|
||||
height: 310px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@@ -16,6 +15,10 @@
|
||||
list-style: none;
|
||||
display: flex;
|
||||
gap: var(--s-3);
|
||||
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.messageInfo {
|
||||
|
||||
Reference in New Issue
Block a user