[FIX] error on grouped mobile kanban with zero groups

This commit is contained in:
Splash
2021-03-27 00:16:19 +03:00
committed by anjeel.haria
parent 8c307b3b7f
commit 0dd8325f71
3 changed files with 46 additions and 2 deletions

View File

@@ -710,6 +710,19 @@ html .o_web_client .o_action_manager .o_action {
}
}
//No content message improvements on mobile
@include media-breakpoint-down(md) {
.o_view_nocontent {
top: 80px;
}
.o_nocontent_help {
box-shadow: none;
}
.o_sample_data_disabled {
display: none;
}
}
// Sided chatter, if user wants
.o_chatter_position_sided & {
@include media-breakpoint-up(lg) {