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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 25 12:34:36 UTC 2020


 loleaflet/css/notebookbar.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a885514098f7f13c265c6d10b912dd8c34506c6
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Jun 23 06:38:51 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Jun 25 14:34:16 2020 +0200

    notebookbar: set correct height for calc
    
    Change-Id: I0872167aea1b09e771a3f4a57a4e2e708506d8a5
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97106
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index 71e2cc736..ea8dfd0e7 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -53,7 +53,7 @@
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
 
-	height: 105px;
+	height: 94px;
 	margin-top: -20px;
 	padding-top: 5px;
 }


More information about the Libreoffice-commits mailing list