From 25a3fdbea9e47aeeccc56318604278c6711cd375 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Wed, 20 Dec 2023 10:57:55 +0000 Subject: [PATCH] Fixed visual stuff --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index a335e45..ab1d42a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -153,13 +153,16 @@ body { filter: invert(var(--invertdm)); padding-left: 17.5px; padding-right: 17.5px; - transform: translateY(-5px); background-image: url("/static/svg/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 55%; } +.bottomBar .wordCounter { + transform: translateY(-9px) +} + .bottomBar button:hover { background-color: var(--bottomBarHover); }