From 10434025161e1fc2d48952f750b11e466e69f530 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Sat, 5 Apr 2025 17:56:07 +0000 Subject: [PATCH] Update templates/index.html --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3d9e241..3188d0b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -41,7 +41,10 @@ background-color: #dc3545 !important; animation: pulse 1.5s infinite; } - + .record-btn.btn { + border-radius: 50% !important; + line-height: 1; + } @keyframes pulse { 0% { transform: scale(1);