diff options
author | Marc Hartmayer <hello@hartmayer.com> | 2020-04-17 19:47:26 +0200 |
---|---|---|
committer | Marc Hartmayer <hello@hartmayer.com> | 2020-04-17 19:49:43 +0200 |
commit | d7e0350ecf8744de4e77f3a59b37dda220c52c4c (patch) | |
tree | d96f9a6bacea3c807c4ccd937276af822e3089fc | |
parent | bf15fa988da0169ce8c3d3245b0c9abe0428de44 (diff) | |
download | wekan-d7e0350ecf8744de4e77f3a59b37dda220c52c4c.tar.gz wekan-d7e0350ecf8744de4e77f3a59b37dda220c52c4c.tar.bz2 wekan-d7e0350ecf8744de4e77f3a59b37dda220c52c4c.zip |
Improve card layout on mobile devices
-rw-r--r-- | client/components/cards/cardDetails.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 199a12da..3e2beadd 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -94,6 +94,7 @@ avatar-radius = 50% animation: flexGrowIn 0.1s box-shadow: 0 0 7px 0 darken(white, 30%) transition: flex-basis 0.1s + box-sizing: border-box .mCustomScrollBox padding-left: 0 |