Skip to content

Commit 0267d8c

Browse files
authored
Merge pull request #5 from hitesh103/beta
CSS fixed for the code editor wrap in the Mobile View
2 parents 688cc42 + d9fbd2a commit 0267d8c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/App.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ footer a{
5959
}
6060

6161
.mainWrap {
62-
display: grid;
63-
grid-template-columns: 230px 1fr;
62+
/* display: grid;
63+
grid-template-columns: 230px 1fr; */
64+
display: flex;
6465
}
6566

6667
.aside{

src/pages/EditorPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function EditorPage() {
182182
</div>
183183
</div>
184184
</div>
185-
<div className="editorWrap">
185+
<div className="editorWrap" style={{ width: "100%" }}>
186186
<Editor
187187
socketRef={socketRef}
188188
roomId={roomId}

0 commit comments

Comments
 (0)