loleaflet/css/loleaflet.css | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit 082b407c3529c2e3fe898b968e3d9544b5661e13 Author: Pedro Pinto Silva <[email protected]> AuthorDate: Mon Mar 23 16:43:28 2020 +0100 Commit: Pedro Pinto da Silva <[email protected]> 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 <[email protected]> Tested-by: Pedro Pinto da Silva <[email protected]> Reviewed-by: Pedro Pinto da Silva <[email protected]> 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 { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
