Fix audio capture spacing
This commit is contained in:
parent
50e66b7725
commit
5c5a7b3b36
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2016-2020 Signal Messenger, LLC
|
// Copyright 2016-2022 Signal Messenger, LLC
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
.AudioCapture {
|
.AudioCapture {
|
||||||
|
@ -8,6 +8,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: none;
|
background: none;
|
||||||
|
padding: 0 5px;
|
||||||
|
|
||||||
&__microphone {
|
&__microphone {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
@ -54,7 +55,6 @@
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
margin-left: 5px;
|
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
color: $color-gray-60;
|
color: $color-gray-60;
|
||||||
font-variant: tabular-nums;
|
font-variant: tabular-nums;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
padding: 0 10px;
|
margin: 0 15px;
|
||||||
|
|
||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
0% {
|
0% {
|
||||||
|
|
Loading…
Reference in a new issue