Skip to content

Commit

Permalink
Improve Builder layout
Browse files Browse the repository at this point in the history
  • Loading branch information
DubiousCactus committed Nov 3, 2024
1 parent ef4aaa4 commit b07b3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/tui/styles/builder_ui.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Screen {
layout: grid;
grid-size: 3;
grid-columns: 1fr 2.5fr 1.5fr;
grid-columns: 1.2fr 2.3fr 1.5fr;
/* grid-rows: 65% 35%; */
grid-rows: 2fr 1fr 2fr;
}
Expand Down

0 comments on commit b07b3b1

Please sign in to comment.