forked from Techsystech/web
[FIX] web_responsive: only change width of main control panel
The Search More panel is incorrectly displayed due to the reduced screen so only change width on the main screen. Fixes #239515.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
parent
73f50c2a5c
commit
517844c839
|
@ -19,12 +19,12 @@
|
|||
}
|
||||
// For FULL HD devices
|
||||
@media (min-width: 1900px) {
|
||||
.o_cp_top_left,
|
||||
.o_cp_bottom_left {
|
||||
.o_action_manager & .o_cp_top_left,
|
||||
.o_action_manager & .o_cp_bottom_left {
|
||||
width: 60%;
|
||||
}
|
||||
.o_cp_top_right,
|
||||
.o_cp_bottom_right {
|
||||
.o_action_manager & .o_cp_top_right,
|
||||
.o_action_manager & .o_cp_bottom_right {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue