[Libreoffice-commits] online.git: loleaflet/src
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 12 12:01:42 UTC 2020
loleaflet/src/control/Control.PartsPreview.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9c2bb127611b8653c963816c2f76794455bef682
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Aug 11 15:47:36 2020 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Wed Aug 12 14:01:24 2020 +0200
Revert "Keep slide sorter in line on mobile devices"
This is no longer need it because the orientation is manual
changed, adding or removing class styles and the patches
below were added to adapt the new changes
This reverts commit 69c21d5bb4d084cb8abc38b4176c8b40f12c8490.
Change-Id: I70aee6b569f78795487cbff736130e0e74165432
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100564
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Henry Castro <hcastro at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100592
Tested-by: Jenkins
diff --git a/loleaflet/src/control/Control.PartsPreview.js b/loleaflet/src/control/Control.PartsPreview.js
index da01e151d..7d4648f7d 100644
--- a/loleaflet/src/control/Control.PartsPreview.js
+++ b/loleaflet/src/control/Control.PartsPreview.js
@@ -111,7 +111,6 @@ L.Control.PartsPreview = L.Control.extend({
}, this);
this._scrollContainer = $(this._partsPreviewCont).find('.mCSB_container').get(0);
- $(this._scrollContainer).css('display', 'inline-table');
// Add a special frame just as a drop-site for reordering.
var frameClass = 'preview-frame ' + this.options.frameClass;
More information about the Libreoffice-commits
mailing list