Fix audio capture spacing

This commit is contained in:
Evan Hahn 2022-03-09 18:38:07 -06:00 committed by GitHub
parent 50e66b7725
commit 5c5a7b3b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Copyright 2016-2020 Signal Messenger, LLC
// Copyright 2016-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.AudioCapture {
@ -8,6 +8,7 @@
justify-content: center;
align-items: center;
background: none;
padding: 0 5px;
&__microphone {
height: 32px;
@ -54,7 +55,6 @@
width: 32px;
height: 32px;
border-radius: 32px;
margin-left: 5px;
opacity: 0.3;
text-align: center;
padding: 0;
@ -99,7 +99,7 @@
color: $color-gray-60;
font-variant: tabular-nums;
line-height: 36px;
padding: 0 10px;
margin: 0 15px;
@keyframes pulse {
0% {