summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.styl
diff options
context:
space:
mode:
authorXavier Priour <xavier.priour@bubblyware.com>2015-12-17 11:59:26 +0100
committerXavier Priour <xavier.priour@bubblyware.com>2015-12-17 11:59:26 +0100
commit43b1c4b576b8f0e4c342ec19684000a06809a253 (patch)
treec92938735d6ad7635b2cb9739c2b509829dbbf84 /client/components/boards/boardsList.styl
parent4cea6fca908b4f9acd8687293041ebee86284883 (diff)
parentce88495d4783d2352bdc277a69496d90c38495ce (diff)
downloadwekan-43b1c4b576b8f0e4c342ec19684000a06809a253.tar.gz
wekan-43b1c4b576b8f0e4c342ec19684000a06809a253.tar.bz2
wekan-43b1c4b576b8f0e4c342ec19684000a06809a253.zip
Merge remote-tracking branch 'upstream/devel' into devel
Diffstat (limited to 'client/components/boards/boardsList.styl')
-rw-r--r--client/components/boards/boardsList.styl25
1 files changed, 22 insertions, 3 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index e24940a0..83d4c9c7 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -1,7 +1,7 @@
$spaceBetweenTiles = 16px
.board-list
- margin: $spaceBetweenTiles ($spaceBetweenTiles/-2) 0
+ margin: 0 ($spaceBetweenTiles/2)
li
float: left
@@ -24,8 +24,8 @@ $spaceBetweenTiles = 16px
display: block
font-weight: 700
min-height: 18px
- padding: 8px 12px 8px 12px
- margin: 0 ($spaceBetweenTiles/2) $spaceBetweenTiles
+ padding: 8px
+ margin: ($spaceBetweenTiles/2)
position: relative
text-decoration: none
@@ -128,3 +128,22 @@ $spaceBetweenTiles = 16px
font-size: 25px
color: white
+@media screen and (max-width: 800px)
+ .board-list
+ height: 100%
+ overflow: scroll
+
+ li
+ width: 33.3%
+
+ .board-list-item
+ overflow: hidden
+
+ .board-list-item-sub-name
+ position: relative
+ top: -100px
+ left: -100px
+
+@media screen and (max-width: 360px)
+ li
+ width: 50%