added fade to collapse

This commit is contained in:
booploops 2022-06-03 04:28:55 -07:00
parent 5638d19096
commit 0113efcc69
3 changed files with 22 additions and 2 deletions

View file

@ -1711,6 +1711,11 @@ input[type=checkbox][switch]:checked:active::before {
font-family: "codicon";
font-size : 1em;
color: var(--textColor);
display: grid;
place-items: center;
span {
position: absolute;
}
}
.playback-button.pause {