Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Oct 29, 2023
1 parent a2a3105 commit c0b47ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js&css/extension/www.youtube.com/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,18 +181,18 @@ html[it-mini-player-cursor='nw-resize']::after {
/*------------------------------------------------------------------------------
#
------------------------------------------------------------------------------*/
.ytp-right-controls{
html[data-page-type='video'][it-player-fit-to-win-button='true'] .ytp-right-controls{
display: flex;
}

#it-fit-to-win-player-button{
html[data-page-type='video'][it-player-fit-to-win-button='true'] #it-fit-to-win-player-button{
order: 1;
}
.ytp-fullscreen-button{
html[data-page-type='video'][it-player-fit-to-win-button='true'] .ytp-fullscreen-button{
order: 2;
}

#ftw-icon path {
html[data-page-type='video'][it-player-fit-to-win-button='true'] #ftw-icon path {
fill: none;
}
.it-player-button {
Expand Down

0 comments on commit c0b47ae

Please sign in to comment.