From f0731ba89ed7c680efcf68be46c72a59e40b5c19 Mon Sep 17 00:00:00 2001 From: sbkelley Date: Sun, 7 Dec 2025 16:01:13 -0500 Subject: [PATCH] Update layout --- src/obs_ctl/data/default_layout.tcss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/obs_ctl/data/default_layout.tcss b/src/obs_ctl/data/default_layout.tcss index eb8f7e4..f4ce1ca 100644 --- a/src/obs_ctl/data/default_layout.tcss +++ b/src/obs_ctl/data/default_layout.tcss @@ -24,11 +24,12 @@ /** --------------------------------------- */ #top_block { /** HorizontalGroup */ min-height:7; - height:11fr; + max-height:18; + height:18fr; RecordControls { /** Scrollable Container OVERRIDDEN */ min-width:24; max-width:42; - width:48fr; + width:42fr; min-height:7; max-height:13; scrollbar-gutter:stable; @@ -40,8 +41,9 @@ SettingsBlock { /** Container */ min-width:56; max-width:85; - width:85fr; + width:56fr; min-height:7; + max-height:18; .obs_settings_pane--content { /** probably belongs as default_css for obssettings */ grid-size:2 1; grid-columns:16 1fr; -- 2.47.3