use max-width to constrain player size

This commit is contained in:
Ben Wheeler 2019-12-30 22:13:03 -05:00
parent b2d54da8ec
commit be0617f69a

View file

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