From c1be51cc28d6d1a0d7c75bc1f553789c5ba1de98 Mon Sep 17 00:00:00 2001 From: Sashank999 Date: Sun, 15 Sep 2024 22:18:21 +0530 Subject: [PATCH] Prettified Code! --- .../show-faction-spy/ttShowFactionSpy.css | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/extension/scripts/features/show-faction-spy/ttShowFactionSpy.css b/extension/scripts/features/show-faction-spy/ttShowFactionSpy.css index 018abef11..83a4af80a 100644 --- a/extension/scripts/features/show-faction-spy/ttShowFactionSpy.css +++ b/extension/scripts/features/show-faction-spy/ttShowFactionSpy.css @@ -1,23 +1,23 @@ .tt-modified-faction-spy .table-row { - flex-wrap: wrap; - padding-bottom: 25px; + flex-wrap: wrap; + padding-bottom: 25px; } .tt-modified-faction-spy .tt-faction-spy { - width: 100%; - height: 25px; - line-height: 25px; - text-align: center; - white-space: pre; - display: flex; - justify-content: space-around; + width: 100%; + height: 25px; + line-height: 25px; + text-align: center; + white-space: pre; + display: flex; + justify-content: space-around; } .tt-faction-rw-spy { - padding: 5px 0; - white-space: pre; - text-align: center; - font-family: sans-serif; - display: flex; - justify-content: space-around; + padding: 5px 0; + white-space: pre; + text-align: center; + font-family: sans-serif; + display: flex; + justify-content: space-around; }