From f655dc0dbc8f52024b3d0360bb47aa4a94e8d948 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Wed, 4 Aug 2021 17:39:38 -0500 Subject: [PATCH] Minecraft tracker: formatting fix --- WebHostLib/static/styles/minecraftTracker.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebHostLib/static/styles/minecraftTracker.css b/WebHostLib/static/styles/minecraftTracker.css index 1d3647b3..45b8a381 100644 --- a/WebHostLib/static/styles/minecraftTracker.css +++ b/WebHostLib/static/styles/minecraftTracker.css @@ -9,7 +9,7 @@ border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 3px 3px 10px; - width: 352px; + width: 384px; background-color: #42b149; } @@ -45,7 +45,7 @@ } #location-table{ - width: 352px; + width: 384px; border-left: 2px solid #000000; border-right: 2px solid #000000; border-bottom: 2px solid #000000; @@ -72,6 +72,7 @@ #location-table td.counter { text-align: right; + font-size: 14px; } #location-table td.toggle-arrow {