loleaflet/css/menubar.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit f442e7832b842f00801e5a3441ed91b72646d36e Author: Pedro <[email protected]> AuthorDate: Thu Oct 3 15:50:47 2019 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Oct 7 10:03:58 2019 +0200 fix user's attempt to close menu via back arrow by repositioning menu Change-Id: I99fd6bc8878ec733c0044b5c88d91d111bcb6a62 Reviewed-on: https://gerrit.libreoffice.org/80135 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 8df259ec6..47712c52f 100644 --- a/loleaflet/css/menubar.css +++ b/loleaflet/css/menubar.css @@ -345,11 +345,16 @@ overflow: scroll; z-index: 1010; bottom: 34px !important; + background-color: #00000050; } #main-menu { position: relative; - top: 0; + top: 0; + width: 70%; + float: right; + background-color: white; + height: 100%; } .writer-icon-img { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
