loleaflet/src/control/Control.PartsPreview.js | 1 - 1 file changed, 1 deletion(-)
New commits: commit 0c7e678cbe07e866a764de2b65a246e1aac83eb1 Author: Henry Castro <[email protected]> AuthorDate: Tue Aug 11 15:47:36 2020 -0400 Commit: Henry Castro <[email protected]> CommitDate: Tue Aug 11 22:16:44 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 <[email protected]> Reviewed-by: Henry Castro <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
