Skip to content

Commit c3ef98d

Browse files
committed
improvement(panel): increased default width
1 parent b813bf7 commit c3ef98d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sim/app/_styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
:root {
1313
--sidebar-width: 232px; /* SIDEBAR_WIDTH.DEFAULT */
14-
--panel-width: 290px; /* PANEL_WIDTH.DEFAULT */
14+
--panel-width: 320px; /* PANEL_WIDTH.DEFAULT */
1515
--toolbar-triggers-height: 300px; /* TOOLBAR_TRIGGERS_HEIGHT.DEFAULT */
1616
--editor-connections-height: 172px; /* EDITOR_CONNECTIONS_HEIGHT.DEFAULT */
1717
--terminal-height: 155px; /* TERMINAL_HEIGHT.DEFAULT */

apps/sim/stores/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const SIDEBAR_WIDTH = {
2828

2929
/** Right panel width constraints */
3030
export const PANEL_WIDTH = {
31-
DEFAULT: 290,
31+
DEFAULT: 320,
3232
MIN: 290,
3333
/** Maximum is 40% of viewport, enforced dynamically */
3434
MAX_PERCENTAGE: 0.4,

0 commit comments

Comments
 (0)