From 41cffc24188bf5e368ce1cc66dff77852f36afef Mon Sep 17 00:00:00 2001 From: "Sam X. Chen" Date: Thu, 11 Jul 2019 17:32:24 -0400 Subject: Add Features: limit the board list to 2 or 1 for mobile clients --- client/components/boards/boardsList.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/components') 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% -- cgit v1.2.3-1-g7c22