summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-04 10:00:28 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-04 10:00:28 +0200
commitea823ab68fd5243c8485177e44a074be836836b8 (patch)
treeba852a97f4313b1c88feaef3d4361b54d72d3843 /client/components/main/popup.styl
parentb56ddf9df9a3719fd29bd8b777decc37773779b6 (diff)
downloadwekan-ea823ab68fd5243c8485177e44a074be836836b8.tar.gz
wekan-ea823ab68fd5243c8485177e44a074be836836b8.tar.bz2
wekan-ea823ab68fd5243c8485177e44a074be836836b8.zip
Assignee field like Jira #2452 , in progress.
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r--client/components/main/popup.styl6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl
index ff00eef3..023cba3d 100644
--- a/client/components/main/popup.styl
+++ b/client/components/main/popup.styl
@@ -130,7 +130,8 @@ $popupWidth = 300px
.popup-container-depth-{depth}
transform: translateX(- depth * $popupWidth)
-.select-members-list
+.select-members-list,
+.select-avatars-list
margin-bottom: 8px
.pop-over-list
@@ -230,7 +231,8 @@ $popupWidth = 300px
min-height: 56px
position: relative
- .member
+ .member,
+ .avatar
position: absolute
top: 2px
left: 2px