From 969d2a15885116eadf12f576d2531ebf181c3f1f Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 26 Mar 2018 23:07:05 +0200 Subject: [PATCH 1/2] Profile my comments responsive fixes --- .../coral-embed-stream/src/tabs/profile/components/Comment.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/src/tabs/profile/components/Comment.css b/client/coral-embed-stream/src/tabs/profile/components/Comment.css index 40a003de1..9004a1e6c 100644 --- a/client/coral-embed-stream/src/tabs/profile/components/Comment.css +++ b/client/coral-embed-stream/src/tabs/profile/components/Comment.css @@ -15,6 +15,7 @@ .main { min-width: 70%; + max-width: 100%; } .sidebar { From bc11eaa9c8662e7f72c30f1070fc7d5649db2179 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 26 Mar 2018 23:11:14 +0200 Subject: [PATCH 2/2] Fix notification responsiveness --- .../talk-plugin-notifications/client/components/Settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-notifications/client/components/Settings.css b/plugins/talk-plugin-notifications/client/components/Settings.css index f9a65c88d..0aaaa8ab3 100644 --- a/plugins/talk-plugin-notifications/client/components/Settings.css +++ b/plugins/talk-plugin-notifications/client/components/Settings.css @@ -1,6 +1,6 @@ .root { margin-bottom: 20px; - width: 350px; + max-width: 350px; } .innerSettings {