summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-07-11 17:32:24 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-07-11 17:32:24 -0400
commit41cffc24188bf5e368ce1cc66dff77852f36afef (patch)
treea3d720c352f2d8d4864de1d1b7561173d892ab93 /client
parentd7c09df7d2649bf2d2b61772c251f81793a6ed77 (diff)
downloadwekan-41cffc24188bf5e368ce1cc66dff77852f36afef.tar.gz
wekan-41cffc24188bf5e368ce1cc66dff77852f36afef.tar.bz2
wekan-41cffc24188bf5e368ce1cc66dff77852f36afef.zip
Add Features: limit the board list to 2 or 1 for mobile clients
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardsList.styl5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 93da4bc2..ae366e83 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -183,10 +183,11 @@ $spaceBetweenTiles = 16px
overflow: scroll
li
- width: 33.3%
+ width: 50%
.board-list-item
overflow: hidden
+ height: 8rem
.board-list-item-sub-name
position: relative
@@ -195,4 +196,4 @@ $spaceBetweenTiles = 16px
@media screen and (max-width: 360px)
li
- width: 50%
+ width: 100%