summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardsList.styl')
-rw-r--r--client/components/boards/boardsList.styl16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 97d4f195..0cadbf84 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -208,6 +208,22 @@ $spaceBetweenTiles = 16px
top: -100px
left: -100px
+ .board-handle
+ position: absolute
+ padding: 7px
+ top: 50%
+ transform: translateY(-50%)
+ right: 10px
+ font-size: 24px
+
@media screen and (max-width: 360px)
li
width: 100%
+
+ .board-handle
+ position: absolute
+ padding: 7px
+ top: 50%
+ transform: translateY(-50%)
+ right: 10px
+ font-size: 24px