From: sbkelley Date: Sun, 7 Dec 2025 21:01:13 +0000 (-0500) Subject: Update layout X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=f0731ba89ed7c680efcf68be46c72a59e40b5c19;p=obs-ctl Update layout --- 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;