mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Lint
This commit is contained in:
parent
726a2005bb
commit
096aeb02a0
3 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
||||||
border: 1px solid $ui-gray;
|
border: 1px solid $ui-gray;
|
||||||
box-shadow: 0 2px 5px $box-shadow-gray;
|
box-shadow: 0 2px 5px $box-shadow-gray;
|
||||||
background-color: $ui-gray;
|
background-color: $ui-gray;
|
||||||
width: 230px;
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
width: 230px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
|
@ -544,6 +544,7 @@ const PreviewPresentation = ({
|
||||||
|
|
||||||
PreviewPresentation.propTypes = {
|
PreviewPresentation.propTypes = {
|
||||||
addToStudioOpen: PropTypes.bool,
|
addToStudioOpen: PropTypes.bool,
|
||||||
|
adminModalOpen: PropTypes.bool,
|
||||||
assetHost: PropTypes.string,
|
assetHost: PropTypes.string,
|
||||||
backpackHost: PropTypes.string,
|
backpackHost: PropTypes.string,
|
||||||
canAddToStudio: PropTypes.bool,
|
canAddToStudio: PropTypes.bool,
|
||||||
|
|
|
@ -37,11 +37,11 @@ $stage-width: 480px;
|
||||||
|
|
||||||
.admin-iframe {
|
.admin-iframe {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 252px;
|
|
||||||
height: 100%;
|
|
||||||
z-index: 100;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
z-index: 100;
|
||||||
|
width: 252px;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue