From a7ede07949670b17bfce60203764e15f8f894d4e Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Tue, 16 May 2023 13:24:37 +0200 Subject: [PATCH] Polish UI --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 30e855e..6af4b33 100644 --- a/src/index.css +++ b/src/index.css @@ -100,7 +100,7 @@ button.link-button {text-decoration: underline;} .undo button { opacity: 0.4; padding: 0; - margin-right: 5px; + margin-left: 5px; } .solid-border { border: solid 1px rgba(255, 255, 255, 0.8);}