revert guiPlayer switch to max-width

This commit is contained in:
Ben Wheeler 2020-06-26 15:25:10 -04:00
parent 3527e42529
commit 374af98b3c

View file

@ -364,7 +364,7 @@ $stage-width: 480px;
.guiPlayer {
display: inline-block;
position: relative;
max-width: $player-width;
width: $player-width;
z-index: 1;
$alert-bg: rgba(255, 255, 255, .85);