show secondary-label if video in the tab is in PiP mode

This commit is contained in:
MrOtherGuy 2021-04-17 13:41:48 +03:00
parent 36a11ddb7c
commit 34f44c8ce7

View file

@ -10,4 +10,10 @@ See the above repository for updates as well as full license text. */
.tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; } .tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; }
/* secondary audio label can be removed if you use this style, but feel free to remove the next line if you want to show it. */ /* secondary audio label can be removed if you use this style, but feel free to remove the next line if you want to show it. */
.tab-secondary-label{ display: none } .tab-secondary-label{ display: none }
/* secondary audio label ain't much use with this style, but feel free to remove the next line if you want to show it. */
.tab-secondary-label{ display: none }
/* show the secondary label when video is in PiP */
.tab-secondary-label[pictureinpicture]{ display: -moz-box }