From baf2e7dc0339a8b97bb3f3b482cc5e563546195f Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 13 Aug 2018 10:49:58 +0530 Subject: [PATCH] commento-input.scss: use rem and position static in textarea https://gitlab.com/commento/commento-ce/issues/64 --- frontend/sass/commento-input.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index 49eb9c8..c3b007e 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -37,6 +37,7 @@ textarea { } .commento-textarea-container { + position: relative; display: flex; justify-content: center; align-items: center; @@ -62,10 +63,12 @@ textarea { } .commento-account-buttons { + position: static; flex-direction: row; } .commento-account-buttons-container { + top: 3rem; padding-bottom: 10px; } @@ -75,7 +78,7 @@ textarea { .commento-account-buttons-question { position: absolute; - top: 25px; + top: 0.5rem; display: block; text-align: center; justify-content: center;