mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
fix(message): change appearance duration and padding left
This commit is contained in:
parent
d646b164cb
commit
2098145f20
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.chat {
|
||||
padding-left: 34px;
|
||||
padding-left: 86px;
|
||||
padding-bottom: 200px;
|
||||
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const useMessages = (initialValue = []) => {
|
|||
n.shift()
|
||||
return n
|
||||
})
|
||||
}, 10000)
|
||||
}, 15000)
|
||||
},
|
||||
[messages]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue