app chrome changes, added app.macOSEmu()
This commit is contained in:
parent
474084deb8
commit
0d5be827c0
8 changed files with 210 additions and 82 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue