(feat) reduce height

This commit is contained in:
cardosofede
2023-08-02 00:48:05 +02:00
parent cefe6989a7
commit 975265ec28

View File

@@ -193,8 +193,8 @@ with manage:
board = Dashboard()
w = SimpleNamespace(
dashboard=board,
file_explorer=FileExplorer(board, 0, 0, 3, 12),
editor=Editor(board, 4, 0, 9, 12),
file_explorer=FileExplorer(board, 0, 0, 3, 8),
editor=Editor(board, 4, 0, 9, 8),
)
st.session_state.w = w