From f41e0bda82157ead5711c4d5e1a239a5411cd675 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Wed, 13 Oct 2021 19:58:03 -0700 Subject: [PATCH] Fix new messages indicator being hidden behind chat messages on chromium --- package.json | 2 +- www/css/cytube.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;