[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 3 08:30:49 UTC 2019
loleaflet/css/toolbar.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 36ff25687a4c7c268693ee5ae67d11f76bc16f5a
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 3 10:00:36 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 3 10:30:30 2019 +0200
Disable fullscreen icon when on mobile
Change-Id: Ifb3cb5bc302ebc52b881c8450e395a58ce1e7b47
Reviewed-on: https://gerrit.libreoffice.org/80100
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/toolbar.css b/loleaflet/css/toolbar.css
index 61e914289..422bd603d 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -2,6 +2,7 @@
#formulabar {
border-top: none !important;
}
+ #tb_actionbar_item_fullscreen{display: none;}
}
#toolbar-up.w2ui-toolbar {
left: 0;
More information about the Libreoffice-commits
mailing list