Skip to content

Commit

Permalink
making chat component and fix style issues relate to issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ishak52 committed Aug 2, 2018
1 parent 09380f8 commit 1dfb6fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/AppRoutes.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.AppRoutes {
.AppRoutes {
text-align: center;
position: relative;
min-height: 667px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/AppRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {BrowserRouter, Route, Switch} from 'react-router-dom'

import './AppRoutes.css';
import './style/style.css';
import './style/style.css';

import Login from './components/Login/Login';
import Header from './components/Header';
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/Chats/Chats.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const Chat = ({ saveMsg }) => (
</div>
</div>
</form>

);

const Messages = ({ chat }) => (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Chats/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
}

.section{
overflow-y: scroll;
overflow-y: scroll;
height: 340px;
margin-top: 20px;
margin-left: 25px;
Expand Down

0 comments on commit 1dfb6fb

Please sign in to comment.