From 59c534a8825332305816080fa5d640da41373f13 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 21 Nov 2015 13:16:46 +1030 Subject: [PATCH] Tweak mobile drawer appearance --- less/forum/NotificationsDropdown.less | 5 +++++ less/lib/App.less | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/less/forum/NotificationsDropdown.less b/less/forum/NotificationsDropdown.less index 712c927c3..2aa9abddc 100644 --- a/less/forum/NotificationsDropdown.less +++ b/less/forum/NotificationsDropdown.less @@ -42,6 +42,11 @@ border: 1px solid @header-bg; min-width: 18px; height: 18px; + text-align: center; + + @media @phone { + left: 20px; + } .new & { background: @header-color; diff --git a/less/lib/App.less b/less/lib/App.less index 583c11bfa..bbd8558f0 100755 --- a/less/lib/App.less +++ b/less/lib/App.less @@ -189,7 +189,7 @@ } .Header-controls { > li { - padding: 10px 10px 0; + padding: 0px 10px 0; } .FormControl, .ButtonGroup, .Button { width: 100%;