From ca30a6cd7bb10feb30947e255d71a5273872da6e Mon Sep 17 00:00:00 2001 From: Marcin Kralka Date: Sun, 10 Mar 2024 20:05:46 +0100 Subject: [PATCH] Fixed highlighting for blocks/items with damage values >= 10. This fixes #72. --- scss/main.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scss/main.scss b/scss/main.scss index 766b583..122a8a3 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -241,14 +241,13 @@ p { .damage-value { display: inline-block; - position: absolute; + position: relative; - top: 5px; + top: 2px; margin-left: 1px; font-size: 9px; - //color: #646464; } .entry { @@ -376,8 +375,6 @@ p { } .entry:hover { - background-color: #c5c5c5; - outline: 1px solid $high-contrast-ui-elements-color; }