mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Minor update
This commit is contained in:
@@ -1593,9 +1593,9 @@
|
||||
if (theaterButton) {
|
||||
// Style button
|
||||
theaterButton.setAttribute('data-tooltip-target-id', 'ytp-size-button');
|
||||
theaterButton.setAttribute('data-title-no-tooltip', 'Theater mode (m)');
|
||||
theaterButton.setAttribute('aria-label', 'Theater mode (m)');
|
||||
theaterButton.setAttribute('title', 'Theater mode (m)');
|
||||
theaterButton.setAttribute('data-title-no-tooltip', 'Theater mode (t)');
|
||||
theaterButton.setAttribute('aria-label', 'Theater mode (t)');
|
||||
theaterButton.setAttribute('title', 'Theater mode (t)');
|
||||
theaterButton.innerHTML = '<svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xlink:href="#ytp-id-30"></use><path d="m 28,11 0,14 -20,0 0,-14 z m -18,2 16,0 0,10 -16,0 0,-10 z" fill="#fff" fill-rule="evenodd" id="ytp-id-30"></path></svg>';
|
||||
|
||||
// Add actions
|
||||
|
||||
Reference in New Issue
Block a user