summaryrefslogtreecommitdiffstats
path: root/client/components/activities/comments.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-05 19:47:08 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-05 19:47:08 +0200
commitf22785dbcde42e425c9ead209ec224aef6e11c16 (patch)
tree09081cc4ef9b0e254df4ac4ca9ebf62ec1afe258 /client/components/activities/comments.styl
parent5848e7fe29bd81f3b0228e6c185ac1cb13b80233 (diff)
downloadwekan-f22785dbcde42e425c9ead209ec224aef6e11c16.tar.gz
wekan-f22785dbcde42e425c9ead209ec224aef6e11c16.tar.bz2
wekan-f22785dbcde42e425c9ead209ec224aef6e11c16.zip
- Fix adding comments.
- Added some working layout changes from https://github.com/wekan/wekan/pull/2920. - Fixed Card Settings not working at Sandstorm. Thanks to 2020product xet7 ! Closes #2918, closes https://github.com/wekan/wekan/pull/2920
Diffstat (limited to 'client/components/activities/comments.styl')
-rw-r--r--client/components/activities/comments.styl20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/components/activities/comments.styl b/client/components/activities/comments.styl
index 22f9c482..ccf24b72 100644
--- a/client/components/activities/comments.styl
+++ b/client/components/activities/comments.styl
@@ -46,3 +46,23 @@
&:is-open
cursor: auto
+
+.comment-item
+ background-color: #fff
+ border: 0
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .23)
+ color: #8c8c8c
+ height: 36px
+ margin: 4px 4px 6px 0
+ width: 92%
+
+ &:hover
+ background: darken(white, 12%)
+
+ &.add-comment
+ display: flex
+ margin: 5px
+
+ a
+ display: block
+ margin: auto