File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 63
63
64
64
& [disabled ] {
65
65
.disabled-button ();
66
+ padding : 0 ;
66
67
}
67
68
}
68
69
Original file line number Diff line number Diff line change 152
152
}
153
153
}
154
154
155
+ @media (max-width : 474px ) {
156
+ .shaka-volume-bar-container {
157
+ width : 50px ;
158
+
159
+ & :hover {
160
+ width : 50px !important ;
161
+ }
162
+ }
163
+
164
+ .shaka-mute-button :hover + .shaka-volume-bar-container {
165
+ width : 50px ;
166
+ opacity : 1 ;
167
+ }
168
+ }
169
+
155
170
.shaka-mute-button + .shaka-volume-bar-container {
156
171
width : 0 ;
157
172
opacity : 0 ;
158
173
}
159
174
160
- .shaka-mute-button :hover + .shaka-volume-bar-container {
161
- width : 100px ;
162
- opacity : 1 ;
175
+ @media (min-width : 475px ) {
176
+ .shaka-mute-button :hover + .shaka-volume-bar-container {
177
+ width : 100px ;
178
+ opacity : 1 ;
179
+ }
163
180
}
164
181
165
182
.shaka-range-element {
You can’t perform that action at this time.
0 commit comments