aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-20 09:23:44 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-20 09:23:44 +0200
commit7e99931733c75ded40c5c6bdd12a42213ccb7a2e (patch)
tree579ab25266cd2fad5af6eb43c8e935a45c870f14 /view/css
parent7a1afc315d51366efcf604fc1fe3737375aac799 (diff)
downloadvolse-hubzilla-7e99931733c75ded40c5c6bdd12a42213ccb7a2e.tar.gz
volse-hubzilla-7e99931733c75ded40c5c6bdd12a42213ccb7a2e.tar.bz2
volse-hubzilla-7e99931733c75ded40c5c6bdd12a42213ccb7a2e.zip
implement jot reset button
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index cff59aecb..81792b48e 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -27,6 +27,16 @@
padding: 0.5rem;
}
+#jot-text-wrap {
+ position: relative;
+}
+
+#profile-jot-reset {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+}
+
#profile-jot-text {
resize: none;
border-width: 0px;
@@ -39,6 +49,7 @@
#profile-jot-text.jot-expanded {
resize: vertical;
+ height: 200px;
}
#profile-jot-text.hover {