mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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;
|
||||
box-shadow: 0 2px 5px $box-shadow-gray;
|
||||
background-color: $ui-gray;
|
||||
width: 230px;
|
||||
padding: 1rem;
|
||||
width: 230px;
|
||||
height: 100%;
|
||||
overflow: scroll;
|
||||
text-shadow: none;
|
||||
|
|
|
@ -544,6 +544,7 @@ const PreviewPresentation = ({
|
|||
|
||||
PreviewPresentation.propTypes = {
|
||||
addToStudioOpen: PropTypes.bool,
|
||||
adminModalOpen: PropTypes.bool,
|
||||
assetHost: PropTypes.string,
|
||||
backpackHost: PropTypes.string,
|
||||
canAddToStudio: PropTypes.bool,
|
||||
|
|
|
@ -37,11 +37,11 @@ $stage-width: 480px;
|
|||
|
||||
.admin-iframe {
|
||||
position: absolute;
|
||||
width: 252px;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
width: 252px;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue