diff --git a/docker-compose-chat-test-db.yml b/docker-compose-chat-test-db.yml deleted file mode 100755 index edf552b..0000000 --- a/docker-compose-chat-test-db.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: '3.8' - -services: - mongodb: - image: mongo - container_name: mongodb - ports: - - "27017:27017" - networks: - - testNet - - redis: - image: redis - container_name: redis - ports: - - "6379:6379" - networks: - - testNet - -networks: - testNet: - driver: bridge diff --git a/src/components/Common/miniLayout.styled.js b/src/components/Common/miniLayout.styled.js index 62d15df..a8af85f 100644 --- a/src/components/Common/miniLayout.styled.js +++ b/src/components/Common/miniLayout.styled.js @@ -8,7 +8,7 @@ export const LayoutContainer = styled.div` export const HeaderBox = styled.div` width: 100%; display: flex; - justify-content: space-around; + justify-content: space-between; align-items: center; `; diff --git a/src/pages/WebRTC/VideoPage.jsx b/src/pages/WebRTC/VideoPage.jsx index 6d4f6d8..3dcd657 100644 --- a/src/pages/WebRTC/VideoPage.jsx +++ b/src/pages/WebRTC/VideoPage.jsx @@ -126,11 +126,7 @@ const RTCPage = () => { return ( - +
{ flexDirection: "column", }} > -

나의 화면

+

나의 화면