From c50aea3439f20e625141fd3a9a9286e4df7257f0 Mon Sep 17 00:00:00 2001 From: sbkelley Date: Tue, 2 Dec 2025 21:59:01 -0500 Subject: [PATCH] Remove useless css --- src/obs_ctl/data/layout.tcss | 41 +----------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/src/obs_ctl/data/layout.tcss b/src/obs_ctl/data/layout.tcss index bf3fa6d..63b5bad 100644 --- a/src/obs_ctl/data/layout.tcss +++ b/src/obs_ctl/data/layout.tcss @@ -1,49 +1,10 @@ -#content_container { - # overflow:scroll scroll; -} - -#settings_container { - width:1fr; - height:1fr; - OBSSettingsPane { - # width:30; - } -} - -#blocks_v_container { - overflow:auto auto; - background:$background; - .blocks_h_containers { - .blocks { - &.gridblocks { - layout:grid; - grid-size:2 2; - } - &#controls_container { - min-width:34; - grid-rows:5 1fr; - } - } - } -} - -#blocks_h_container1 { +#top_block { min-height:10; } -#blocks_h_container2 { - min-height:8; -} - -RecordControls { -} - -/* all necessary */ BoolControl { background:$surface; border:blank; - max-height:5; - align:center top; } StatsDisplay { -- 2.47.3