loleaflet/css/menubar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 0d2026315143ad778b10ede30f55c25777eb37a3 Author: Pedro <[email protected]> AuthorDate: Thu Oct 3 15:31:45 2019 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Sun Oct 6 22:04:01 2019 +0200 Fix main-nav position, space out icons and remove document-header that appeats in the menu when in edit mode Change-Id: I8d20cc424c30a302c36daa4952c39e12d1b74f80 Reviewed-on: https://gerrit.libreoffice.org/80132 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Szymon Kłos <[email protected]> diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css index 9324fbebd..7e3c6c481 100644 --- a/loleaflet/css/menubar.css +++ b/loleaflet/css/menubar.css @@ -48,7 +48,9 @@ font-weight: bold; color: #404040; } - +#document-header{ + display: none !important; +} } @@ -342,6 +344,7 @@ -webkit-overflow-scrolling: touch; overflow: scroll; z-index: 1010; + bottom: 34px !important; } #main-menu { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
