Skip to content

Commit 36ba817

Browse files
refactor maze builder layout for improved responsiveness and alignment
1 parent c34741a commit 36ba817

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/source/maze_builder.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,19 @@ Use the controls below to build your maze, then save it as a JSON file that can
9191
}
9292
9393
.maze-wrapper {
94-
display: flex;
95-
flex-direction: column;
96-
align-items: center;
97-
gap: 5px;
94+
display: block;
9895
max-width: 100%;
9996
max-height: 70vh;
10097
overflow: auto;
10198
padding: 10px;
10299
}
103100
104101
.maze-inner {
105-
display: flex;
102+
display: inline-flex;
106103
flex-direction: column;
107104
align-items: center;
108105
gap: 5px;
109-
min-width: fit-content;
106+
min-width: 100%;
110107
}
111108
112109
.maze-row-wrapper {

0 commit comments

Comments
 (0)