From e5c4aa1a1c1bb53ae8af0a2864d947b9307d3de2 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Thu, 13 Apr 2023 22:50:35 +0300 Subject: [PATCH] Fix button display --- public/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/style.css b/public/style.css index cc9efe45e..62e8bd088 100644 --- a/public/style.css +++ b/public/style.css @@ -278,7 +278,6 @@ code { transition: 0.3s; filter: brightness(0.7); order: 99999; - display: flex; align-items: center; justify-content: center; }