From c780713a260cff99b2e87de3300774e85908a57d Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 26 Aug 2015 10:31:16 -0700 Subject: [PATCH] Fix up socket status display --- background.html | 2 +- stylesheets/_index.scss | 3 +-- stylesheets/manifest.css | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/background.html b/background.html index acb1e74b..c61b814d 100644 --- a/background.html +++ b/background.html @@ -26,7 +26,7 @@ Signal -
+
diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 80d62567..55932134 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -21,15 +21,14 @@ } .socket-status { - float: left; padding: 6px; -webkit-app-region: no-drag; * { + display: inline; cursor: pointer; padding-left: 20px; border-radius: $header-height; - min-height: 20px; &:hover { background: $blue url('/images/refresh.png') center; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 42c51450..06896053 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -342,14 +342,13 @@ img.emoji { max-width: 300px; } .socket-status { - float: left; padding: 6px; -webkit-app-region: no-drag; } .socket-status * { + display: inline; cursor: pointer; padding-left: 20px; - border-radius: 36px; - min-height: 20px; } + border-radius: 36px; } .socket-status *:hover { background: #2090ea url("/images/refresh.png") center; } .socket-status .connecting .icon {