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 {