Skip to content

Commit 5b8c163

Browse files
committed
Css tweaks - remove react default readme
1 parent 027055c commit 5b8c163

File tree

4 files changed

+9
-55
lines changed

4 files changed

+9
-55
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http://localhost:3000/
3939
- add SECURITY - this chat is wide open
4040
- add some nginx proxy in front of the react app and the backend app
4141
- add swagger for the backend api
42-
- CSS!!! - i seriosly did run out of time - i would have grabbed a few nice tailwind components
42+
- CSS!!! - i seriosly did run out of time - i would have grabbed a few nice tailwind components - make the input field stay at the bottom - content scrollable
4343

4444
## API Usage
4545

client/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

client/src/components/ChatList.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
list-style-type: none;
33
padding: 0pt;
44
}
5+
6+
.chatlist li {
7+
background: white;
8+
padding: 10pt;
9+
}
10+
.chatlist li:nth-child(odd) {
11+
background: whitesmoke;
12+
}

client/src/index.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
body {
22
margin: 0;
3-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
4-
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
5-
sans-serif;
63
-webkit-font-smoothing: antialiased;
74
-moz-osx-font-smoothing: grayscale;
85
}
9-
10-
code {
11-
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
12-
monospace;
13-
}

0 commit comments

Comments
 (0)