]> skyeroc.xyz Git - obs-ctl/commitdiff
Update layout
authorsbkelley <sb24kelley@gmail.com>
Sun, 7 Dec 2025 21:01:13 +0000 (16:01 -0500)
committersbkelley <sb24kelley@gmail.com>
Sun, 7 Dec 2025 21:01:13 +0000 (16:01 -0500)
src/obs_ctl/data/default_layout.tcss

index eb8f7e419fa312a0df9e52e336d38e73a2732f3a..f4ce1cae2265eebef52f4c4370abb9ac6910b58d 100644 (file)
     /** --------------------------------------- */
     #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;