From 3ae8533bf9737646fc959fe2a16d31a0e0d81852 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Sat, 3 May 2025 12:01:38 +0200 Subject: [PATCH] change styling of tabs and input to match the way it looked before v13 --- src/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.css b/src/main.css index 49e4eb2..aa0c888 100644 --- a/src/main.css +++ b/src/main.css @@ -119,6 +119,7 @@ html { & input { border: none; + text-align: inherit; } &.editable-number { @@ -320,6 +321,7 @@ html { margin-bottom: .5rem; border-top: 1px solid; border-bottom: 1px solid; + line-height: normal; & > * { align-items: center;