app chrome changes, added app.macOSEmu()

This commit is contained in:
booploops 2022-03-28 22:15:40 -07:00
parent 474084deb8
commit 0d5be827c0
8 changed files with 210 additions and 82 deletions

View file

@ -1563,6 +1563,20 @@ input[type=checkbox][switch]:checked:active::before {
background-image: url('./assets/backward.svg');
}
.playback-button {
&.navigation {
display: flex;
justify-content: center;
align-items: center;
color: white;
>svg {
height:16px;
width:16px;
pointer-events: none;
}
}
}
.playback-buttons {
display: flex;
align-items: center;