Actually use a waveform instead of the frequency data
This commit is contained in:
parent
8ddd14e252
commit
449e028bbd
7 changed files with 159 additions and 80 deletions
|
@ -246,7 +246,7 @@
|
|||
@import "./views/toasts/_AnalyticsToast.scss";
|
||||
@import "./views/toasts/_NonUrgentEchoFailureToast.scss";
|
||||
@import "./views/verification/_VerificationShowSas.scss";
|
||||
@import "./views/voice_messages/_FrequencyBars.scss";
|
||||
@import "./views/voice_messages/_Waveform.scss";
|
||||
@import "./views/voip/_CallContainer.scss";
|
||||
@import "./views/voip/_CallView.scss";
|
||||
@import "./views/voip/_DialPad.scss";
|
||||
|
|
|
@ -14,14 +14,14 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_FrequencyBars {
|
||||
.mx_Waveform {
|
||||
position: relative;
|
||||
height: 30px; // tallest bar can only be 30px
|
||||
|
||||
display: flex;
|
||||
align-items: center; // so the bars grow from the middle
|
||||
|
||||
.mx_FrequencyBars_bar {
|
||||
.mx_Waveform_bar {
|
||||
width: 2px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
Loading…
Add table
Add a link
Reference in a new issue