[Libreoffice-commits] online.git: loleaflet/css

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 11:12:12 UTC 2019


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

New commits:
commit 403c1a5b41efded3422e69e5b1980f6fd69e9423
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 16 14:35:38 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 17 13:11:54 2019 +0200

    mobilewizard: avoid blurry icons by setting them to their size and adjust paddings
    
    Change-Id: I8d9459ec3e10470f560fbcd76a381c2546a0cec4
    Reviewed-on: https://gerrit.libreoffice.org/80890
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 7ca085dc6..1cc9d6743 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -1,6 +1,6 @@
 span.menu-entry-icon img {
-    width: 24px;
-    margin: 4px;
+    width: 24px !important;
+    margin: 4px !important;
 }
 
 #mobile-wizard.menuwizard #mobile-wizard-content{


More information about the Libreoffice-commits mailing list