From 770f220e1912d7ae8eac7c4d445776d852fc8de2 Mon Sep 17 00:00:00 2001 From: Amin Jalal Date: Wed, 6 Nov 2024 23:46:36 +0300 Subject: [PATCH] Indicator positioning fix V2. --- website/styles/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/styles/style.css b/website/styles/style.css index 5798fc4..55d5627 100644 --- a/website/styles/style.css +++ b/website/styles/style.css @@ -166,6 +166,14 @@ a { #defaultButton { margin-top: 12px; + margin-bottom: -2px; + display: flex; + align-items: center; + justify-content: center; +} + +#defaultButton img { + margin: auto; } /* Apply inversion only to specific elements */ @@ -1098,7 +1106,6 @@ input { .small a{ width: fit-content; - border-bottom: 1px solid rgba(255, 255, 255, 0); } .small a:hover {