From 9e3f1521cb9b5d8485b09d2a21990697f062d88c Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 9 Jun 2023 12:35:48 +0200 Subject: [PATCH] fix(ui): controls bar height --- .../app/components/Session_/Player/Controls/controls.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/Player/Controls/controls.module.css b/frontend/app/components/Session_/Player/Controls/controls.module.css index ccbf6e0bb..c27cb74da 100644 --- a/frontend/app/components/Session_/Player/Controls/controls.module.css +++ b/frontend/app/components/Session_/Player/Controls/controls.module.css @@ -15,7 +15,7 @@ display: flex; justify-content: space-between; align-items: center; - height: 55px; + height: 65px; padding-left: 10px; padding-right: 0; }