mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Hide search panel on small screens
This commit is contained in:
committed by
Sergey Shebanin
parent
eed0e5b460
commit
850600f213
@@ -747,3 +747,13 @@ html .o_web_client .o_action_manager .o_action {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Search Panel
|
||||
@include media-breakpoint-down(sm) {
|
||||
// Hide search panel
|
||||
.o_controller_with_searchpanel {
|
||||
.o_search_panel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user