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 {