fixed tabs and buttons on mobile

This commit is contained in:
Integral Team 2019-09-11 15:37:01 +07:00
parent 284c840a93
commit 45fe192564

View file

@ -71,6 +71,7 @@
right: 0;
width: 100%;
height: 68px;
background: transparent;
}
}
@ -411,6 +412,14 @@
background: rgba(255, 255, 255, 0.1);
}
}
@media(max-width: @mobile_breakpoint) {
height: 48px;
.dialog-tab {
height: 48px;
}
}
}
.dialog-head-title {