From 5f5e270edaffa3d92ff26cdd9dfa74ef50007d41 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 24 Apr 2022 23:57:01 -0700 Subject: [PATCH] fix favorites offscreen at high scaling modes --- resources/style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style/index.css b/resources/style/index.css index 0e7ba46..e559189 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -128,7 +128,7 @@ body { position: absolute; z-index: 99; padding: 10px; - transform: translate(150px, 420px); + transform: translate(3vw, 420px); background-color: #fff; border-radius: 5px; border: 1px solid #ccc;