From a30beb9883320ad5bbd53bc80193784f5a63d36b Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 14 May 2020 10:24:54 +0200 Subject: [PATCH] Fix statistics tab --- src/css/ingame_hud/statistics.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/ingame_hud/statistics.scss b/src/css/ingame_hud/statistics.scss index 8188f9ed..7d1967a1 100644 --- a/src/css/ingame_hud/statistics.scss +++ b/src/css/ingame_hud/statistics.scss @@ -5,12 +5,6 @@ align-items: center; justify-items: end; - .filtersDataSource { - } - - .filtersDisplayMode { - } - button { @include S(height, 20px); @include S(padding, 1px, 10px); @@ -53,6 +47,12 @@ } } + .sourceExplanation { + @include SuperSmallText(); + @include S(margin-top, 5px); + color: #aaa; + } + .content { @include S(margin-top, 10px); @include S(height, 350px);