From c60cfebde73ec4f43bcadba4a7947e4686eeb7b9 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Mon, 24 Apr 2017 10:19:36 -0600 Subject: [PATCH] add some styles so mobile doesn't zoom the text box --- client/coral-embed-stream/style/default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 13a200690..bf044172d 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -194,7 +194,8 @@ hr { padding: 5px; min-height: 100px; margin-top: 10px; - font-size: 14px; + font-size: 16px; + border: 1px solid #ccc; } .coral-plugin-commentbox-button-container { @@ -278,13 +279,13 @@ hr { .commentActionsRight, .replyActionsRight { display: flex; justify-content: flex-end; - width: 30%; + width: 50%; } .commentActionsLeft, .replyActionsLeft { display: flex; justify-content: flex-start; float: left; - width: 70%; + width: 50%; } .comment__action-container .material-icons {