Pārlūkot izejas kodu

fullscreen button will be hidden on small devices

Raanan Weber 7 gadi atpakaļ
vecāks
revīzija
8d837151df

+ 10 - 0
Viewer/assets/templates/default/navbar.html

@@ -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;
         }
+
+        .fullscreen {
+            display: block;
+        }
     }
 
     @media screen and (min-width: 1024px) {

+ 5 - 0
dist/preview release/what's new.md

@@ -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