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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 25 10:51:37 UTC 2020


 loleaflet/css/loleaflet.css |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 082b407c3529c2e3fe898b968e3d9544b5661e13
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Mon Mar 23 16:43:28 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Mar 25 11:51:17 2020 +0100

    Mobile: Hamburger: Due to latest changes the hamburger needs to be realigned when
    
    menu is open and the quarter circle became a ellipse. Fix for these.
    
    Change-Id: I0e31f702bc006c2e87705d1d63e3fa939270d5ca
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90923
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index d3a700f15..0a6ecc8d1 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -182,6 +182,13 @@ body {
 	#toolbar-hamburger {
 		width: 36px;
 	}
+	#toolbar-hamburger.menuwizard-opened {
+		width: 36px;
+		height: 43px;
+	}
+	#toolbar-hamburger.menuwizard-opened .main-menu-btn {
+		padding-top: 10px;
+	}
 }
 
 #mobile-edit-button {


More information about the Libreoffice-commits mailing list