We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b813bf7 commit c3ef98dCopy full SHA for c3ef98d
apps/sim/app/_styles/globals.css
@@ -11,7 +11,7 @@
11
*/
12
:root {
13
--sidebar-width: 232px; /* SIDEBAR_WIDTH.DEFAULT */
14
- --panel-width: 290px; /* PANEL_WIDTH.DEFAULT */
+ --panel-width: 320px; /* PANEL_WIDTH.DEFAULT */
15
--toolbar-triggers-height: 300px; /* TOOLBAR_TRIGGERS_HEIGHT.DEFAULT */
16
--editor-connections-height: 172px; /* EDITOR_CONNECTIONS_HEIGHT.DEFAULT */
17
--terminal-height: 155px; /* TERMINAL_HEIGHT.DEFAULT */
apps/sim/stores/constants.ts
@@ -28,7 +28,7 @@ export const SIDEBAR_WIDTH = {
28
29
/** Right panel width constraints */
30
export const PANEL_WIDTH = {
31
- DEFAULT: 290,
+ DEFAULT: 320,
32
MIN: 290,
33
/** Maximum is 40% of viewport, enforced dynamically */
34
MAX_PERCENTAGE: 0.4,
0 commit comments