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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 30 15:44:06 UTC 2020


 loleaflet/css/device-tablet.css |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit dd9a70e1b283a166dcbe10d6a3698a96658f2ce3
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Jul 30 17:20:12 2020 +0200
Commit:     Pedro Silva <pedro.silva at collabora.com>
CommitDate: Thu Jul 30 17:43:47 2020 +0200

    Notebookbar: tablet: make tabs scrollable
    
    Change-Id: I19a4667a08df3b75e71dd71763dca3ceef9f689a
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99807
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Pedro Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/device-tablet.css b/loleaflet/css/device-tablet.css
index 519300405..8b7761b97 100644
--- a/loleaflet/css/device-tablet.css
+++ b/loleaflet/css/device-tablet.css
@@ -35,3 +35,13 @@
 .main-nav {
     margin: 0;
 }
+.hasnotebookbar{
+	min-width: 808px; /*set a minimum so the logo fits*/
+	overflow: auto hidden;
+	scrollbar-width: none;
+	-ms-overflow-style: none;
+}
+.hasnotebookbar::-webkit-scrollbar {
+	width: 0;
+	height: 0;
+}


More information about the Libreoffice-commits mailing list