Browse Source

[ADD] make the module play nice with web_shortcut

pull/1172/head
Holger Brunn 5 years ago
parent
commit
cd403ea97d
No known key found for this signature in database GPG Key ID: 1C9760FECA3AE18
  1. 5
      web_searchbar_full_width/static/src/css/web_searchbar_full_width.css

5
web_searchbar_full_width/static/src/css/web_searchbar_full_width.css

@ -3,6 +3,11 @@
margin-bottom: 5px;
}
/* this is effective when web_shortcut is installed */
.o_control_panel .oe_shortcut_toggle + .breadcrumb {
width: calc(100% - 24px);
}
.o_control_panel .o_cp_searchview {
width: 100%;
}

Loading…
Cancel
Save