From 07737cc8b395fd85e4f9781cdd89bbc60e19bdf4 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:52:34 +0200 Subject: [PATCH] style: cleanup small screen styles (#425) --- apps/client/src/features/editors/Editor.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/features/editors/Editor.module.scss b/apps/client/src/features/editors/Editor.module.scss index c36839856..47b7c7c96 100644 --- a/apps/client/src/features/editors/Editor.module.scss +++ b/apps/client/src/features/editors/Editor.module.scss @@ -60,7 +60,6 @@ $playback-width: 26rem; height: 100%; grid-template-rows: auto 1fr; grid-template-columns: $menu-width 1fr $playback-width; - background-color: pink; .info { visibility: hidden; @@ -196,11 +195,13 @@ $playback-width: 26rem; .messages { grid-area: mess; + min-width: 24rem; } .playback { grid-area: play; max-height: 380px; + min-width: 26rem; } .mainContainer > .settings {