Эх сурвалжийг харах

fix waveform image background (#7160)

Antonio Fernandez 11 сар өмнө
parent
commit
c55f378059

+ 1 - 1
themes/default/css.php

@@ -2064,7 +2064,7 @@ else { //default: white
 		overflow: hidden;
 		<?php if ($audio_player_waveform_enabled === 'true') { ?>
 			padding-bottom: 3px;
-			background-size: 100% 100%;
+			background-size: 100% 100% !important;
 			background-repeat: no-repeat;
 			cursor: pointer;
 		<?php } ?>