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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 17 16:21:38 UTC 2020


 loleaflet/css/device-mobile.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b4fa48efa70eed588c040f8fc1c71f5791a154fb
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Aug 13 13:26:24 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Aug 17 18:21:19 2020 +0200

    Reduce height of textarea in annotation vex
    
    Size has fixed value which is too big for small screen
    devices. Reduce it for now, more intelligent calculation
    seems to be hard to implement in existing vex dialog
    structure.
    
    Change-Id: Ic16845a96000b17aa668f39fc2871fca57076d0c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100655
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index b5b5a2d85..d0eec0d6a 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -313,12 +313,12 @@ div#w2ui-overlay-actionbar.w2ui-overlay{
 	padding: 0 !important
 }
 .vex-dialog-input > textarea.loleaflet-annotation-textarea {
-	height: 198px;
+	height: 150px;
 	border: 4px solid #f0f0f0 !important;
 	box-shadow: 0 0 1px 1px #dfdfdf;
 }
 .vex-dialog-input > textarea.loleaflet-annotation-textarea:focus {
-	height: 198px;
+	height: 150px;
 	border: 4px solid #f0f0f0 !important;
 	box-shadow: 0 0 1px 1px #0b87e7 !important;
 }


More information about the Libreoffice-commits mailing list