From 648c126b070fc83ddb66b0353d03c4ad31b87551 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 15 Jun 2025 16:14:16 +0400 Subject: feat: audio recording --- public/static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index e6dd5fd..63e5409 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -136,7 +136,8 @@ button[type=submit]:hover { cursor: pointer; } -#form-upload-wrapper>button { +#form-upload-wrapper>button, +.big-upload-button { background: var(--background-2); padding: 32px 0; color: var(--foreground); @@ -278,6 +279,10 @@ button[type=submit]:hover { justify-content: end; } +.justify-between { + justify-content: space-between; +} + .align-center { align-items: center; } @@ -290,6 +295,10 @@ button[type=submit]:hover { padding: 4px; } +.pad-8 { + padding: 8px; +} + .gap-16 { gap: 16px; } -- cgit v1.2.3