]> skyeroc.xyz Git - obs-ctl/commitdiff
Fix ratios
authorsbkelley <sb24kelley@gmail.com>
Wed, 3 Dec 2025 20:29:08 +0000 (15:29 -0500)
committersbkelley <sb24kelley@gmail.com>
Wed, 3 Dec 2025 20:29:08 +0000 (15:29 -0500)
src/obs_ctl/data/default_layout.tcss

index 5ad4e56db7df72aa5175f35676531dff4a0a66c6..f80a98cc2b820c8ba515a313c5c03cabfcdee8a7 100644 (file)
@@ -27,8 +27,8 @@
         height:11fr;
         RecordControls { /** Scrollable Container OVERRIDDEN */
             min-width:24;
-            max-width:40;
-            width:24fr;
+            max-width:42;
+            width:48fr;
             min-height:8;
             max-height:13;
             scrollbar-gutter:stable;
@@ -40,7 +40,7 @@
         SettingsBlock { /** Container */
             min-width:56;
             max-width:85;
-            width:56fr;
+            width:85fr;
             min-height:11;
             .obs_settings_pane--content { /** probably belongs as default_css for obssettings */
                 grid-size:2 1;