fullscreen button will be hidden on small devices
@@ -231,6 +231,12 @@
display: none;
}
+ /* Disable fullscreen button for small screens */
+
+ .fullscreen {
+ display: none;
+ }
@media screen and (min-width: 540px) {
.help,
.types-icon,
@@ -257,6 +263,10 @@
.speed .menu-options {
width: 64px;
+ display: block;
@media screen and (min-width: 1024px) {
@@ -13,6 +13,11 @@
- Add support for KHR_texture_transform ([bghgary](http://www.github.com/bghgary))
+### Viewer
+- No fullscreen button on small devices ([RaananW](https://github.com/RaananW))
+- Nav-Bar is now disaplayed on fullscreen per default ([RaananW](https://github.com/RaananW))
## Bug fixes
### Core Engine