mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix CSS
I dunno what I was seeing that made me think the width should be 237, but it was incorrect.
This commit is contained in:
parent
bc59a63e5e
commit
0957173c88
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ $stage-width: 480px;
|
|||
|
||||
.project-admin-panel.admin-panel-open {
|
||||
padding: 0;
|
||||
width: 237px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.admin-iframe {
|
||||
|
@ -53,7 +53,7 @@ $stage-width: 480px;
|
|||
z-index: 100;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
width: 237px;
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue