fix style on desktop

This commit is contained in:
grafixeyehero 2020-01-17 18:52:47 +03:00
parent c87b0b8263
commit 5a41d706c5

View File

@ -752,6 +752,11 @@
font-weight: 600
}
.listViewUserDataButtons {
display: flex;
align-items: center;
}
.recordingProgressBar::-moz-progress-bar {
background-color: #c33
}