diff --git a/package.json b/package.json index 33b631aa..11597f51 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Calvin Montgomery", "name": "CyTube", "description": "Online media synchronizer and chat", - "version": "3.82.3", + "version": "3.82.4", "repository": { "url": "http://github.com/calzoneman/sync" }, diff --git a/www/css/cytube.css b/www/css/cytube.css index a0f6c406..6da982c4 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -651,6 +651,7 @@ input#logout[type="submit"]:hover { } #newmessages-indicator { + position: relative; margin-top: -30px; line-height: 30px; height: 30px;