-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a save button to DownloadPanel #872
Conversation
…oject owner to allow remixing for mobile user
|
@@ -35,3 +35,7 @@ | |||
box-sizing: border-box; | |||
margin: 0; | |||
} | |||
|
|||
.download-panel__download-section { | |||
margin-block-end: calc(1rem * var(--scale-factor, 1)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not the same as $space-1
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep! I'll change that
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LET'S GET THIS OUT THERE 🚢
|
Allows mobile users to save their project and remix in place of auto remixing (#843)