diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-04-23 14:02:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 14:02:04 +0300 |
commit | 211f772447409147012790f4944e0a9abf1de99b (patch) | |
tree | 56a9bd0b2993f2c6065313da98d13765ff06ec94 | |
parent | 6d6e3fd12740b46851669f81f70740f7a99357a2 (diff) | |
parent | 14ef0ab6d15ef74eaa531974e43c73b608857389 (diff) | |
download | wekan-211f772447409147012790f4944e0a9abf1de99b.tar.gz wekan-211f772447409147012790f4944e0a9abf1de99b.tar.bz2 wekan-211f772447409147012790f4944e0a9abf1de99b.zip |
Merge pull request #2374 from hupptechnologies/center-card-list-view
Issue : Mobile UI Center cards in list view #2371
-rw-r--r-- | client/components/lists/list.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 3b82f07f..dcbeb93f 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -170,6 +170,8 @@ display: block width: 100% border-left: 0px + &:first-child + margin-left: 0px &.ui-sortable-helper flex: 0 0 60px @@ -188,6 +190,9 @@ border-left: 0px border-bottom: 1px solid darken(white, 20%) + .list-body + padding: 15px 19px; + .list-header padding: 0 12px 0px border-bottom: 0px solid #e4e4e4 |