From 074726aea4282b6e605fbc8ee444fc2875e753d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Fri, 4 Mar 2022 14:39:45 +0100 Subject: [PATCH] Small visual improvements for Flashdex --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5423876..1f76ebf 100644 --- a/style.css +++ b/style.css @@ -377,14 +377,19 @@ article #container.diploma #score { left: 0; margin: 8px; background: white; - padding: 1.5px; + padding: 0px; border-radius: 5px; color: dimgray; + padding-bottom: 1.5px; + padding-top: 0.5px; } #game #flashdex .pokedex .left-arrow, #game #flashdex .pokedex .right-arrow { cursor: pointer; user-select: none; + font-size: 0.9rem; + padding: 0rem 0.2rem; + line-height: 1.2rem; } #game #flashdex .pokedex span.form {