Remove padding from chat messages

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-24 19:56:11 -05:00
parent 4067af9b8f
commit 4043a806a2
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.0.13",
"version": "0.0.14",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

@ -115,3 +115,7 @@ lite-youtube {
.btn-secondary {
border: none !important;
}
p {
margin: 0;
}

View File

@ -8,7 +8,6 @@
}
.ChatMessage {
padding: 0.5rem;
padding-right: 3rem;
position: relative;
animation: fading-in 0.3s ease-in-out forwards;