mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 07:00:25 -04:00
use max-width to constrain player size
This commit is contained in:
parent
b2d54da8ec
commit
be0617f69a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue