forked from rDrama/rDrama
1
0
Fork 0

Remove padding from chat messages

master
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", "name": "chat",
"version": "0.0.13", "version": "0.0.14",
"main": "./src/index.tsx", "main": "./src/index.tsx",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

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

View File

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