mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
revert guiPlayer switch to max-width
This commit is contained in:
parent
3527e42529
commit
374af98b3c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue