From 3381d5771c2fe79c0dfa0b37ff639a6522e5f831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Thu, 6 Jun 2019 13:21:28 +0200 Subject: [PATCH] [IMP] web_responsive: chatter width --- .../static/src/css/web_responsive.scss | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss index 565d146e..3b11e63a 100644 --- a/web_responsive/static/src/css/web_responsive.scss +++ b/web_responsive/static/src/css/web_responsive.scss @@ -410,7 +410,7 @@ html .o_web_client .o_main .o_main_content { height: 100%; .o_form_sheet_bg { - flex: 1 1 60%; + flex: 1 1 auto; overflow: auto; > .o_form_sheet { @@ -420,9 +420,9 @@ html .o_web_client .o_main .o_main_content { .o_chatter { border-left: 1px solid gray('400'); - flex: 1 1 40%; - max-width: 50%; - min-width: 30%; + flex: 0 0 30%; + max-width: initial; + min-width: initial; overflow: auto; .o_chatter_header_container { @@ -434,6 +434,20 @@ html .o_web_client .o_main .o_main_content { .o_chatter_topbar { margin-top: 0; + flex-wrap: wrap; + height: auto; + button:last-of-type { + flex: 1 0 auto; + text-align: left; + } + //border: 1px solid $table-border-color; + //border-width: 0 0 1px 0; + + .o_topbar_right_area { + order: -10; + flex: 0 1 100%; + border-bottom-color: transparent; + } } .o_attachments_previews {