From f6b398ff9d34a9fa33d81ac83957c64a94dec72c Mon Sep 17 00:00:00 2001 From: Stian Date: Sat, 31 May 2025 17:13:50 +0200 Subject: [PATCH] Update User-Agent --- js/spatial-navigation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/spatial-navigation.js b/js/spatial-navigation.js index 37d4857..6a336c7 100644 --- a/js/spatial-navigation.js +++ b/js/spatial-navigation.js @@ -2691,6 +2691,7 @@ var View = (function () { '.' + ATTRIBUTE.CURSOR_ID + ' {', ' outline: 3px solid gold !important;', ' outline-offset: -3px !important;', + ' opacity: unset !important;', ' background-color: rgba(255, 255, 0, 0.4) !important;', '}', 'img.' + ATTRIBUTE.CURSOR_ID + ' {', @@ -2880,11 +2881,10 @@ function displayUrl(cursor) { 'z-index: 9999;', 'left: 0px;', 'bottom: 0px;', - 'min-width: 35%;', - 'padding: 3px 3px 0 3px;', + 'padding: 5px;', 'color: #ececec;', 'background-color: #26272A;', - 'border-radius: 0;', + 'border-radius: 2px;', 'font-family: Meiryo, Helvetica, sans-serif;', 'font-size: 11.5px;', 'text-align: left;'