Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
5a568ced51
  1. 2
      muk_web_theme/__manifest__.py
  2. 9
      muk_web_theme/static/src/scss/appsbar.scss

2
muk_web_theme/__manifest__.py

@ -22,7 +22,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.2.0.1",
"version": "12.0.2.0.2",
"category": "Themes/Backend",
"license": "LGPL-3",
"author": "MuK IT",

9
muk_web_theme/static/src/scss/appsbar.scss

@ -118,4 +118,13 @@
.o_main {
padding-left: 0;
}
}
.o_fullscreen {
.mk_apps_sidebar_panel {
display: none;
}
.o_main {
padding-left: 0;
}
}
Loading…
Cancel
Save