added fade to collapse
This commit is contained in:
parent
5638d19096
commit
0113efcc69
3 changed files with 22 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue