Skip to content

Commit

Permalink
Update youtubeDL.css
Browse files Browse the repository at this point in the history
  • Loading branch information
realcoloride authored Jul 17, 2023
1 parent e861e0f commit 84b7ad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion youtubeDL.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ body {

background-color: rgba(0, 0, 0, 0);

opacity: 0;
transition: opacity ease-out 0.2s;
}
#youtubeDL-popup-bg.shown {
background-color:rgba(0, 0, 0, 0.65);

opacity: 1;
pointer-events: all;
}
#youtubeDL-popup-bg > div * {
Expand Down Expand Up @@ -192,4 +195,4 @@ body {
}
.youtubeDL-credits > a > img {
margin-right: 3px;
}
}

0 comments on commit 84b7ad7

Please sign in to comment.