]> _ Git - fluidbook-html5.git/commitdiff
wip #2321 @1:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Oct 2018 11:11:55 +0000 (12:11 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Oct 2018 11:11:55 +0000 (12:11 +0100)
js/libs/fluidbook/fluidbook.3dflip.js
style/fluidbook.less

index 1bb8d43686e207feb493490b4796d6f7ecd4181f..e3fd989e5160a85b4c1b9f97e212032afb7c7578 100644 (file)
@@ -303,6 +303,7 @@ Fluidbook3DFlip.prototype = {
     performancesTest: function (callback) {
         // When we are in very low perf, no need to test, we won't decrease performances later
         if (this.veryLowPerf) {
+            $("footer").append(' | 3D : verylowperf');
             callback();
             return;
         }
@@ -345,6 +346,8 @@ Fluidbook3DFlip.prototype = {
             }
         }
 
+        $("footer").append(' | 3D : ' + newMode);
+
         if (newMode !== 'disable') {
             this.init3D(newMode);
             callback();
index 68e90e102afbf4f37f3b6ade373b53d7fe51abc4..6402a62f85e58fa9f8566e1d8fd1191cff725446 100644 (file)
@@ -796,7 +796,7 @@ footer {
 }
 
 footer a {
-       display: block;
+       display: inline-block;
        text-decoration: none;
        transform-origin: 100% 100%;
        transform: scale(1.08, 0.95) !important;