mirror of https://github.com/OCA/web.git
[FIX] web_responsive: Show View Type Always
parent
930e0297d4
commit
425c4e6f64
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.o_cp_bottom_right {
|
.o_cp_bottom_right {
|
||||||
height: 30px;
|
height: 10%;
|
||||||
}
|
}
|
||||||
// Mobile Control panel (breadcrumbs, search box, buttons...)
|
// Mobile Control panel (breadcrumbs, search box, buttons...)
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
|
@ -72,7 +72,6 @@
|
||||||
|
|
||||||
.o_cp_bottom_right {
|
.o_cp_bottom_right {
|
||||||
float: right;
|
float: right;
|
||||||
height: 30px;
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue