diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 06:21:30 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 06:22:35 +0200 |
commit | 691c3aff684e945add6a4c1a119094e77fa32e6c (patch) | |
tree | cb00e5e887649749ec9734a6e1bdedd8868d161c /client/components/lists/list.styl | |
parent | 91cfcf7b12b5e7c137c2e765b2c378dde6b82966 (diff) | |
download | wekan-691c3aff684e945add6a4c1a119094e77fa32e6c.tar.gz wekan-691c3aff684e945add6a4c1a119094e77fa32e6c.tar.bz2 wekan-691c3aff684e945add6a4c1a119094e77fa32e6c.zip |
Improve the list menu
* Grow the click-able zone of the list menu
* Remove a dead link on the list menu
* Merge list menu files with header menu to be consistent with the
board components internal organization
Closes #106
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 40e5ea94..2145d947 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -77,8 +77,9 @@ .list-header-menu-icon position: absolute - top: 0 - right: 0 + padding: 7px + top: -@padding + right: -@padding .list-body flex: 1 |