Fix audio waveform displaying RTL
This commit is contained in:
parent
55dca745c7
commit
135529d350
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.Waveform {
|
||||
/**
|
||||
* Progress indicators for audio or video content should always be left-to-right.
|
||||
* This overrides the default direction of the page.
|
||||
*/
|
||||
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||
direction: ltr;
|
||||
|
||||
flex-shrink: 0;
|
||||
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue