mirror of https://github.com/OCA/web.git
Update web_responsive/static/src/css/web_responsive.scss
Co-Authored-By: Tardo <dev@redneboa.es>pull/2405/head
parent
fa0330c2e9
commit
3856b68531
|
@ -426,7 +426,7 @@ html .o_web_client .o_main .o_main_content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
.o_chatter_header_container {
|
.o_chatter_header_container {
|
||||||
padding-top: $grid-gutter-width*0.5;
|
padding-top: $grid-gutter-width * 0.5;
|
||||||
top: 0;
|
top: 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
background-color: $o-view-background-color;
|
background-color: $o-view-background-color;
|
||||||
|
@ -438,7 +438,7 @@ html .o_web_client .o_main .o_main_content {
|
||||||
|
|
||||||
.o_attachments_previews {
|
.o_attachments_previews {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: $o-mail-attachment-image-size * 2 * 3;
|
max-height: $o-mail-attachment-image-size * 6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue