From a1b73c4001e007a33b3f1fb86ab9df15d3fb2e82 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Thu, 27 Aug 2020 15:49:06 +0200 Subject: [PATCH] Mobile: Cell size icon missing, headers works - Add lc_tableautofitmenu.svg (used in the context menu when inside of a cell) - Sometimes headers do not get properly set from JS: missing "justify-content: space-between;" and so set it in the CSS side Change-Id: If383b15fc5920f1074c6eb88dd45bd2667095d66 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101481 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice Reviewed-by: Pedro Silva --- loleaflet/css/mobilewizard.css | 1 + loleaflet/images/lc_tableautofitmenu.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 loleaflet/images/lc_tableautofitmenu.svg diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index efb84291ef..a83108951d 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -316,6 +316,7 @@ p.mobile-wizard.ui-combobox-text.selected { flex-direction: row; align-items: center; background-color: #fff; + justify-content: space-between; } .ui-header.mobile-wizard.disabled .ui-header-left * { diff --git a/loleaflet/images/lc_tableautofitmenu.svg b/loleaflet/images/lc_tableautofitmenu.svg new file mode 100644 index 0000000000..2b2b8590f6 --- /dev/null +++ b/loleaflet/images/lc_tableautofitmenu.svg @@ -0,0 +1 @@ + \ No newline at end of file