From fa467859b5815ff4bf3f9833439cf9d435dac1bc Mon Sep 17 00:00:00 2001 From: kccuber-scratch <92891642+kccuber-scratch@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:12:34 -0500 Subject: [PATCH] Move "View All" up from the scrollbar, and make it slightly more opaque --- api/update/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/update/style.css b/api/update/style.css index 2654759b..7d61ba7e 100644 --- a/api/update/style.css +++ b/api/update/style.css @@ -129,10 +129,10 @@ position: absolute; left: 50%; top: calc(50% + calc(3 * 16px)); - transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-150%); font-size: calc(1 * 16px); font-weight: 600; color: black; - opacity: .6; + opacity: .65; cursor: pointer; } \ No newline at end of file