From 25ac87cdacafc050d1568d3f5ff4bd68a190aede Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 25 Jun 2017 17:13:29 +0900 Subject: [PATCH] update it --- webui/src/components/Base/Logout.js | 2 +- webui/src/components/Subscriber/Form.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/webui/src/components/Base/Logout.js b/webui/src/components/Base/Logout.js index 4d2777d57..14caace52 100644 --- a/webui/src/components/Base/Logout.js +++ b/webui/src/components/Base/Logout.js @@ -13,7 +13,7 @@ const Wrapper = styled.div` width: 300px; ${media.mobile` - width: calc(100% - 2rem); + width: calc(100vw - 2rem); `} `; diff --git a/webui/src/components/Subscriber/Form.js b/webui/src/components/Subscriber/Form.js index 9e5ad2c51..35ce93a92 100644 --- a/webui/src/components/Subscriber/Form.js +++ b/webui/src/components/Subscriber/Form.js @@ -19,6 +19,11 @@ const Wrapper = styled.div` background: white; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); + + ${media.mobile` + width: 100vw; + height: 90vh; + `} ` const schema = {