We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21686 commit 65bba90Copy full SHA for 65bba90
chrome/content.js
@@ -797,9 +797,11 @@
797
player.style.setProperty('height', '0px', 'important');
798
player.style.setProperty('overflow', 'hidden', 'important');
799
player.style.setProperty('margin', '0px', 'important');
800
+ player.style.setProperty('transition', 'none', 'important');
801
}
802
803
function showSoft(player) {
804
805
if (player.style.width === '0px') {
806
player.style.width = player.dataset.oldWidth || '';
807
0 commit comments