From 7f44da8d5c985be1196f5e71d830f272b674f16a Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Sat, 3 Dec 2022 19:08:04 +0200 Subject: [PATCH] remove flex layout from buttons --- frontend/public/global.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 8584caa..dd91401 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -264,12 +264,6 @@ body { border-radius: 1em; font: inherit; user-select: none; - - /* TODO: inefficient */ - display: flex; - justify-content: center; - align-items: center; - flex-shrink: 0; } .button:hover {