diff --git a/res/app/control-panes/dashboard/remote-debug/remote-debug.css b/res/app/control-panes/dashboard/remote-debug/remote-debug.css index 9f5640b6..e9148856 100644 --- a/res/app/control-panes/dashboard/remote-debug/remote-debug.css +++ b/res/app/control-panes/dashboard/remote-debug/remote-debug.css @@ -9,3 +9,5 @@ font-size: 12px; width: 100%; } + + diff --git a/res/app/menu/menu.css b/res/app/menu/menu.css index 4ac7f1d8..0446a0bf 100644 --- a/res/app/menu/menu.css +++ b/res/app/menu/menu.css @@ -39,7 +39,7 @@ padding: 0 !important; padding-right: 18px !important; padding-left: 14px !important; - font-size: 16px; + font-size: 15px; line-height: 44px; color: #777777; /*border-bottom: 1px solid #eee;*/ @@ -57,6 +57,10 @@ /*height: 28px;*/ } +.stf-menu .stf-nav > li > a > span.fa-mobile { + font-size: 30px; +} + .stf-menu .stf-nav > li > a.current { color: #007aff; /*border-bottom: 1px solid #eee;*/