show secondary-label if video in the tab is in PiP mode
This commit is contained in:
parent
36a11ddb7c
commit
34f44c8ce7
1 changed files with 7 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
/* 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 }
|
Loading…
Reference in a new issue