Skip to content

Commit 052243d

Browse files
authored
Create layout.css
1 parent f9df5c9 commit 052243d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

React-Chat-App/layout.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
html,
2+
body,
3+
#root {
4+
height: 100%;
5+
}
6+
7+
body {
8+
margin: 0;
9+
}
10+
11+
#root {
12+
display: flex;
13+
}
14+
15+
.str-chat__channel-list {
16+
width: 100%;
17+
}
18+
19+
.str-chat__channel {
20+
width: 100%;
21+
}
22+
23+
.str-chat__thread {
24+
width: 100%;
25+
}

0 commit comments

Comments
 (0)