]> skyeroc.xyz Git - obs-ctl/commitdiff
Remove useless css
authorsbkelley <sb24kelley@gmail.com>
Wed, 3 Dec 2025 02:59:01 +0000 (21:59 -0500)
committersbkelley <sb24kelley@gmail.com>
Wed, 3 Dec 2025 02:59:01 +0000 (21:59 -0500)
src/obs_ctl/data/layout.tcss

index bf3fa6d0c52f9b083532f3c2522ab9d83ee4ee07..63b5bad6999546953800cd69653586b9be4774eb 100644 (file)
@@ -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 {