mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)
Closes #808
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"name": "Web Responsive",
|
||||
"summary": "It provides a mobile compliant interface for Odoo Community "
|
||||
"web",
|
||||
"version": "11.0.1.0.1",
|
||||
"version": "11.0.1.0.2",
|
||||
"category": "Website",
|
||||
"website": "https://laslabs.com/",
|
||||
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
header {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> .main-nav {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user