Commit 0957173c authored by Ray Schamp's avatar Ray Schamp

Fix CSS

I dunno what I was seeing that made me think the width should be 237, but it was incorrect.
parent bc59a63e
......@@ -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%;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment