Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-14 22:33:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c067cbb21701b8d258789361a274fca9a39368a6
c067cbb2
1 parent
9c5e1bef
add box-shadow in ChatHeader.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Components/Main/ChatHeader.js
front/src/Components/Main/ChatHeader.js
View file @
c067cbb
...
...
@@ -8,7 +8,7 @@ const ChatHeader = styled.div`
display: flex;
justify-content: space-around;
align-items: center;
bo
rder-bottom: 1px solid
;
bo
x-shadow: 1px 1px 7px #8395a7
;
`
;
const
NickNameBox
=
styled
.
div
`
...
...
Please
register
or
login
to post a comment