-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
Make responsive the toolbar in Write activity #515
Comments
Working on it! |
It looks like this was already implemented, is there anything that needs to be changed with the current implementation? The changes were made 5 months ago by @ashish0910 |
No it's not, the Stop button disappears like in the video capture above |
It only does in my instance when the bar is showing only the Write save icon on the far left and the share icon, at least in my dev instance. Should it continue to collapse smaller than 274px across, getting rid of the save and share icons? |
Ahhh, sorry, I didn't realize I had become out of date. Thank you! |
Fixed in #528 |
In Sugarizer it's important that whatever could be the screen size the Stop button is always visible to be sure the user will be able to quit the activity. So responsive activities use media queries in CSS file to hide other toolbar buttons depending of the window size. See for example Paint activity behavior:
The Write activity toolbar is not responsive as you could see below:
The text was updated successfully, but these errors were encountered: