remove box around previous arrow in bottom navigation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-13 11:17:02 +05:00
parent dc81ff156c
commit c5a7ad38fe
2 changed files with 6 additions and 2 deletions

View File

@ -27,6 +27,7 @@
media.appendChild(iframe);
document.querySelector('#thumb-'+ id).remove();
}
document.querySelector('[aria-label="Previous"]').parentElement.classList.add('previous-page-link')
</script>
</html>