From 45fe19256435bd29ed1e924d460afc986aca7750 Mon Sep 17 00:00:00 2001 From: Integral Team Date: Wed, 11 Sep 2019 15:37:01 +0700 Subject: [PATCH] fixed tabs and buttons on mobile --- src/styles/dialogs.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/dialogs.less b/src/styles/dialogs.less index 8119adf..8ed74a5 100644 --- a/src/styles/dialogs.less +++ b/src/styles/dialogs.less @@ -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 {