mirror of https://github.com/OCA/web.git
[IMP] web_responsive: chatter width
parent
9923a3a916
commit
6a92d80baf
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue