fixed dimensions on .stop for twopanel

This commit is contained in:
booploops 2022-05-24 00:20:58 -07:00
parent b42a21fb5e
commit cb7cf10d67

View file

@ -85,13 +85,12 @@
-webkit-app-region: no-drag; -webkit-app-region: no-drag;
.playback-button.play, .playback-button.play,
.playback-button.pause { .playback-button.pause,
.playback-button.stop{
width: 42px; width: 42px;
height: 42px; height: 42px;
//background-color: rgb(200 200 200 / 20%);
border-radius: 50%; border-radius: 50%;
margin: 6px; margin: 6px;
//box-shadow: 0px 0px 0px 2px var(--keyColor);
} }
.app-chrome--center { .app-chrome--center {