[call-me] - update css

This commit is contained in:
Miroslav Pejic
2024-09-15 16:14:34 +02:00
parent 8043183cfb
commit 88120caa4a
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "callme",
"version": "1.0.7",
"name": "call-me",
"version": "1.0.8",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+5
View File
@@ -39,6 +39,10 @@ body {
background: rgb(0 0 0 / 7%) !important;
}
.card-header h1 {
margin-top: 15px;
}
/* Video Styles */
video {
width: 100%;
@@ -112,6 +116,7 @@ input {
.btn-custom {
height: 48px;
width: 48px;
margin: 0.1rem;
border: none;
border-radius: 50px !important;
}