mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +08:00
fix(chat): add slight spacing via margin below bottom chat message
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
flex-grow: 1;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.virtuoso::-webkit-scrollbar {
|
||||
@ -52,7 +53,8 @@
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(5px);
|
||||
} to {
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user