Skip to content

Commit a2ddc05

Browse files
committed
fix: bring back desktop fix
1 parent 7b92d06 commit a2ddc05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/components/src/components/video-player/video-player.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
&__wrapper {
55
position: relative;
6+
direction: ltr;
67
}
78

89
&__loader {
@@ -95,6 +96,7 @@
9596
border-radius: $BORDER_RADIUS;
9697
margin: 0.8rem 0;
9798
cursor: pointer;
99+
direction: ltr;
98100

99101
&:not(&--v2):before {
100102
content: '';
@@ -111,6 +113,7 @@
111113
height: 0.4rem;
112114
border-radius: $BORDER_RADIUS;
113115
background-color: var(--brand-primary);
116+
direction: ltr;
114117

115118
&--animated {
116119
transition: all 0.3s linear;
@@ -128,18 +131,21 @@
128131
align-items: center;
129132
height: 3.6rem;
130133
padding-bottom: 0.4rem;
134+
direction: ltr;
131135

132136
&--v2 {
133137
display: flex;
134138
flex-direction: column;
135139
height: 3.6rem;
136140
padding-bottom: 0.4rem;
141+
direction: ltr;
137142

138143
.controls__right--v2 {
139144
display: flex;
140145
justify-content: flex-end;
141146
align-items: center;
142147
gap: 0.8rem;
148+
direction: ltr;
143149
}
144150
}
145151

0 commit comments

Comments
 (0)