diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-15 16:14:16 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-15 16:14:16 +0400 |
| commit | 648c126b070fc83ddb66b0353d03c4ad31b87551 (patch) | |
| tree | 3a83989f5eac1ef21e58d06fb293e14b2be636b4 /public/static/style.css | |
| parent | d152925126af0d311746518a20f6a409869ae02d (diff) | |
feat: audio recording
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
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; } |
