From 446d4d6522a13b792c69451682235634049ebc44 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 30 Oct 2018 12:11:55 +0100 Subject: [PATCH] wip #2321 @1:15 --- js/libs/fluidbook/fluidbook.3dflip.js | 3 +++ style/fluidbook.less | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.3dflip.js b/js/libs/fluidbook/fluidbook.3dflip.js index 1bb8d436..e3fd989e 100644 --- a/js/libs/fluidbook/fluidbook.3dflip.js +++ b/js/libs/fluidbook/fluidbook.3dflip.js @@ -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(); diff --git a/style/fluidbook.less b/style/fluidbook.less index 68e90e10..6402a62f 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -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; -- 2.39.5