From cbd03613f8a2fd25621a211ed160f85e27d013e0 Mon Sep 17 00:00:00 2001 From: Azmoria <65363489+Azmoria@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:30:55 -0400 Subject: [PATCH] Fix - placement of chat hover text in popout gamelog. --- abovevtt.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abovevtt.css b/abovevtt.css index df4c1289f..6bbb64184 100644 --- a/abovevtt.css +++ b/abovevtt.css @@ -5250,7 +5250,9 @@ span.exhaustion-pip.last{ opacity: 0; color: #fff; } - +.body-rpgcampaign .chat-text-wrapper.sidebar-hover-text:before { + bottom:35px; +} .chat-text-wrapper.sidebar-hover-text:hover:before { transition: opacity 500ms linear 500ms; opacity: 1;