diff --git a/www/css/main.css b/www/css/main.css index cbee076..7f2e8a2 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -313,6 +313,18 @@ body { margin-top: -10px; } +#sendmsg-header { + padding-top: 5px; + border-top: 1px solid white; + border-right: 1px solid white; +} + +#sendmsg-container { + border-right: 1px solid white; + padding-top: 10px; + margin-top: -10px; +} + #badge-header { padding-top: 5px; border-top: 1px solid white; diff --git a/www/screens/nearby.html b/www/screens/nearby.html index 5035bb1..ea4bbcd 100644 --- a/www/screens/nearby.html +++ b/www/screens/nearby.html @@ -26,7 +26,7 @@