diff --git a/platform/commonUI/general/res/sass/_icons.scss b/platform/commonUI/general/res/sass/_icons.scss index a257779b50..3b41b31011 100644 --- a/platform/commonUI/general/res/sass/_icons.scss +++ b/platform/commonUI/general/res/sass/_icons.scss @@ -94,7 +94,7 @@ content: "\f4"; height: auto; width: auto; position: absolute; - left: 0; top: 0; right: 0; bottom: 0; + left: 0; top: 0; right: 0; bottom: 10%; @include transform-origin(bottom, left); @include transform(scale(0.3)); z-index: 2; diff --git a/platform/commonUI/themes/espresso/res/css/theme-espresso.css b/platform/commonUI/themes/espresso/res/css/theme-espresso.css index 51b5d37ca5..d80d53736d 100644 --- a/platform/commonUI/themes/espresso/res/css/theme-espresso.css +++ b/platform/commonUI/themes/espresso/res/css/theme-espresso.css @@ -670,7 +670,7 @@ mct-container { left: 0; top: 0; right: 0; - bottom: 0; + bottom: 10%; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -webkit-transform-origin: bottom left; diff --git a/platform/commonUI/themes/snow/res/css/theme-snow.css b/platform/commonUI/themes/snow/res/css/theme-snow.css index 7bb12d61d4..0ef77b26fb 100644 --- a/platform/commonUI/themes/snow/res/css/theme-snow.css +++ b/platform/commonUI/themes/snow/res/css/theme-snow.css @@ -670,7 +670,7 @@ mct-container { left: 0; top: 0; right: 0; - bottom: 0; + bottom: 10%; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -webkit-transform-origin: bottom left;