commento-input.scss: use rem and position static in textarea

https://gitlab.com/commento/commento-ce/issues/64
This commit is contained in:
Adhityaa Chandrasekar 2018-08-13 10:49:58 +05:30
parent e95e2f9e7a
commit baf2e7dc03

View File

@ -37,6 +37,7 @@ textarea {
} }
.commento-textarea-container { .commento-textarea-container {
position: relative;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@ -62,10 +63,12 @@ textarea {
} }
.commento-account-buttons { .commento-account-buttons {
position: static;
flex-direction: row; flex-direction: row;
} }
.commento-account-buttons-container { .commento-account-buttons-container {
top: 3rem;
padding-bottom: 10px; padding-bottom: 10px;
} }
@ -75,7 +78,7 @@ textarea {
.commento-account-buttons-question { .commento-account-buttons-question {
position: absolute; position: absolute;
top: 25px; top: 0.5rem;
display: block; display: block;
text-align: center; text-align: center;
justify-content: center; justify-content: center;