Browse Source

[11] Backport web_responsive fix #873 to v11 (#1089)

* Backport fix to web_responsive

See more at: 93a3bf5a1a

* Update version

* Follow comments.

* Clean as suggested.
pull/1094/head
Luis Guzman 6 years ago
committed by Jairo Llopis
parent
commit
f508c724d5
  1. 2
      web_responsive/__manifest__.py
  2. 9
      web_responsive/static/src/less/main.less

2
web_responsive/__manifest__.py

@ -6,7 +6,7 @@
"name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community "
"web",
"version": "11.0.2.0.1",
"version": "11.0.2.0.2",
"category": "Website",
"website": "https://github.com/OCA/web",
"author": "LasLabs, Tecnativa, Alexandre Díaz, "

9
web_responsive/static/src/less/main.less

@ -46,6 +46,15 @@ main {
}
.o_web_client {
&.o_fullscreen {
#oe_main_menu_navbar,
.o_main .o_sub_menu,
.navbar,
.main-nav{
display: none
}
}
>.o_main {
overflow: auto;
> .o_main_content {

Loading…
Cancel
Save