-
-
Notifications
You must be signed in to change notification settings - Fork 459
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
Fix Issue #416 #465
Fix Issue #416 #465
Conversation
Will be deleted once the icons folder is created
This will be the images for the fullscreen/unfullscreen button.
The button tags will be the fullscreen and unfullscreen button. The unfullscreen button will be hidden by default.
The css will add the images for the fullscreen/unfullscreen button. I have to adjust the position of the unfullscreen button when the screen size is small as it overlaps with the activity.
The main toolbar will be hidden to fit the re-adjusted window size inside the canvas. This will give the "fullscreen" mode
See here: https://i.imgur.com/q1UKRv8.mp4 |
Added the css for buttons
I found the problem: I accidentally put the HTML data inside the activity.css file 😆 Can you please check if it's working now? |
Thanks, I should have spotted that! It works perfectly now! :D |
There is an issue when doing fullscreen/unfullscreen. See capture below: I wonder also why this line is commented and if it's not a good idea to call the |
Changed the value of the canvas' top position to 55 px instead of 8.7%
I think I've fixed the issue in this new commit. @llaske to answer your questions:
|
Perfectly works now. Thanks. |
You've done a PR on the master branch instead of the dev branch 😞 |
Oh no, I'm so sorry. I will create a PR in dev branch. This won't happen again. |
Blockrain Activity can now be set to fullscreen mode.
Small screen mode:
I have to put the unfullscreen button at the bottom of the activity when screen size is small as it overlaps with the activity container. Any thoughts?