[IMP] web_responsive: chatter width

pull/2684/head
Alexandre Díaz 2019-06-06 13:21:28 +02:00 committed by Taras Shabaranskyi
parent 9923a3a916
commit 6a92d80baf
1 changed files with 18 additions and 4 deletions

View File

@ -410,7 +410,7 @@ html .o_web_client .o_main .o_main_content {
height: 100%; height: 100%;
.o_form_sheet_bg { .o_form_sheet_bg {
flex: 1 1 60%; flex: 1 1 auto;
overflow: auto; overflow: auto;
> .o_form_sheet { > .o_form_sheet {
@ -420,9 +420,9 @@ html .o_web_client .o_main .o_main_content {
.o_chatter { .o_chatter {
border-left: 1px solid gray('400'); border-left: 1px solid gray('400');
flex: 1 1 40%; flex: 0 0 30%;
max-width: 50%; max-width: initial;
min-width: 30%; min-width: initial;
overflow: auto; overflow: auto;
.o_chatter_header_container { .o_chatter_header_container {
@ -434,6 +434,20 @@ html .o_web_client .o_main .o_main_content {
.o_chatter_topbar { .o_chatter_topbar {
margin-top: 0; 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 { .o_attachments_previews {