[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 11 20:17:10 UTC 2020


 loleaflet/src/control/Control.PartsPreview.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0c7e678cbe07e866a764de2b65a246e1aac83eb1
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Aug 11 15:47:36 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

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