From 7ca7d10dede80946932a7b9b5079487111ebb5b9 Mon Sep 17 00:00:00 2001 From: Cantuerk <21caog1bif@hft-stuttgart.de> Date: Tue, 21 Jan 2025 15:44:38 +0000 Subject: [PATCH] Update public/style.css --- public/style.css | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/public/style.css b/public/style.css index 38cc221..9fc0bf7 100644 --- a/public/style.css +++ b/public/style.css @@ -248,21 +248,7 @@ button:active { gap: 10px; } -#button-controls { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; -} - -#button-controls .middle-row { - display: flex; - align-items: center; - justify-content: center; - gap: 2px; -} - -#button-controls .control-button { +.control-button { width: 40px; height: 40px; border: none; @@ -272,12 +258,12 @@ button:active { transition: background-color 0.3s, transform 0.2s; } -#button-controls .control-button img { +.control-button img { width: 40px; height: 40px; } -#button-controls .control-button:active { +.control-button:active { background-color: #0056b3; transform: scale(0.95); } -- GitLab