From 622991abe3fa56013d0ec36292092f3ebf19d554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=2E=20D=C3=ADaz?= Date: Wed, 24 Nov 2021 11:54:39 +0100 Subject: [PATCH] [IMP] web_responsive: Adapt label width --- web_responsive/README.rst | 6 ++++ web_responsive/readme/DESCRIPTION.rst | 6 ++++ web_responsive/static/description/index.html | 4 +++ .../static/img/label_size_large.png | Bin 0 -> 18332 bytes .../static/img/label_size_small.png | Bin 0 -> 17924 bytes .../src/{css => scss}/kanban_view_mobile.scss | 0 .../src/{css => scss}/search_view_mobile.scss | 0 .../src/{css => scss}/web_responsive.scss | 33 ++++++++++++++++++ web_responsive/views/assets.xml | 9 +++-- 9 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 web_responsive/static/img/label_size_large.png create mode 100644 web_responsive/static/img/label_size_small.png rename web_responsive/static/src/{css => scss}/kanban_view_mobile.scss (100%) rename web_responsive/static/src/{css => scss}/search_view_mobile.scss (100%) rename web_responsive/static/src/{css => scss}/web_responsive.scss (96%) diff --git a/web_responsive/README.rst b/web_responsive/README.rst index 0de22a80f..ed8032aa5 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -37,6 +37,12 @@ Features for all devices: .. image:: https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif +* Increase the size of the labels in extra large screens + + .. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/label_size_small.png + + .. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/label_size_large.png + Features for mobile: * App-specific submenus are shown on full screen when toggling them from the diff --git a/web_responsive/readme/DESCRIPTION.rst b/web_responsive/readme/DESCRIPTION.rst index 87a1b3dc8..9aef13ff8 100644 --- a/web_responsive/readme/DESCRIPTION.rst +++ b/web_responsive/readme/DESCRIPTION.rst @@ -10,6 +10,12 @@ Features for all devices: .. image:: https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif +* Increase the size of the labels in extra large screens + + .. image:: ../static/img/label_size_small.png + + .. image:: ../static/img/label_size_large.png + Features for mobile: * App-specific submenus are shown on full screen when toggling them from the diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html index 51c31b9af..36870a90c 100644 --- a/web_responsive/static/description/index.html +++ b/web_responsive/static/description/index.html @@ -377,6 +377,10 @@ ul.auto-toc {
  • Quick menu search from the app drawer

    https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif
  • +
  • Increase the size of the labels in extra large screens

    +https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/label_size_small.png +https://raw.githubusercontent.com/OCA/web/14.0/web_responsive/static/img/label_size_large.png +
  • Features for mobile: