Skip to content

Commit

Permalink
Fix - placement of chat hover text in popout gamelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azmoria committed Oct 21, 2024
1 parent 0688802 commit cbd0361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion abovevtt.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbd0361

Please sign in to comment.