|
@ -73,16 +73,13 @@ |
|
|
.mk_chatter_position_sided { |
|
|
.mk_chatter_position_sided { |
|
|
@include media-breakpoint-up(xxl, $o-extra-grid-breakpoints) { |
|
|
@include media-breakpoint-up(xxl, $o-extra-grid-breakpoints) { |
|
|
.o_form_view:not(.o_form_nosheet) > .o_chatter { |
|
|
.o_form_view:not(.o_form_nosheet) > .o_chatter { |
|
|
.o_chatter_topbar, |
|
|
|
|
|
.o_thread_composer { |
|
|
|
|
|
background-color: $o-view-background-color; |
|
|
|
|
|
position: sticky; |
|
|
|
|
|
z-index: 2; |
|
|
|
|
|
top: -1px; |
|
|
|
|
|
} |
|
|
|
|
|
.o_chatter_topbar { |
|
|
.o_chatter_topbar { |
|
|
|
|
|
top: -1px; |
|
|
|
|
|
z-index: 2; |
|
|
height: auto; |
|
|
height: auto; |
|
|
|
|
|
position: sticky; |
|
|
flex-wrap: wrap-reverse; |
|
|
flex-wrap: wrap-reverse; |
|
|
|
|
|
background-color: $o-view-background-color; |
|
|
margin-top: $grid-gutter-width* 0.25; |
|
|
margin-top: $grid-gutter-width* 0.25; |
|
|
> .o_topbar_right_area { |
|
|
> .o_topbar_right_area { |
|
|
max-width: 100%; |
|
|
max-width: 100%; |
|
@ -93,7 +90,6 @@ |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
border-bottom: 1px solid gray('300'); |
|
|
border-bottom: 1px solid gray('300'); |
|
|
.o_followers { |
|
|
.o_followers { |
|
|
display: initial !important; |
|
|
|
|
|
margin-bottom: 0; |
|
|
margin-bottom: 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -107,15 +103,13 @@ |
|
|
.o_chatter_button_attachment { |
|
|
.o_chatter_button_attachment { |
|
|
margin-right: 5px; |
|
|
margin-right: 5px; |
|
|
} |
|
|
} |
|
|
.o_topbar_right_area { |
|
|
|
|
|
position: relative; |
|
|
|
|
|
top: 1px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
.o_thread_composer { |
|
|
.o_thread_composer { |
|
|
|
|
|
position: sticky; |
|
|
border: 1px solid gray('300'); |
|
|
border: 1px solid gray('300'); |
|
|
top: $o-statusbar-height; |
|
|
|
|
|
|
|
|
background-color: $o-view-background-color; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
|
|
|
top: 68px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |