summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-14 15:21:48 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-14 15:21:48 +0200
commit018bb343b5eadba9b8367286634c39db454a53fa (patch)
treeda4a3b7d674db7523df80d27e00cb66612713eb2 /client/components/sidebar
parent22b8b6ab205eb2fe7abcd3fedfc108de12ef61d9 (diff)
downloadwekan-018bb343b5eadba9b8367286634c39db454a53fa.tar.gz
wekan-018bb343b5eadba9b8367286634c39db454a53fa.tar.bz2
wekan-018bb343b5eadba9b8367286634c39db454a53fa.zip
Fix new list form
Fixes #157.
Diffstat (limited to 'client/components/sidebar')
-rw-r--r--client/components/sidebar/sidebar.styl9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/components/sidebar/sidebar.styl b/client/components/sidebar/sidebar.styl
index 4b741dc7..a5bc3dc5 100644
--- a/client/components/sidebar/sidebar.styl
+++ b/client/components/sidebar/sidebar.styl
@@ -1,6 +1,11 @@
@import 'nib'
.sidebar
+ position: absolute
+ top: 0
+ bottom: 0
+ right: 0
+
.sidebar-content
padding: 10px 20px
background: white
@@ -22,10 +27,7 @@
.board-sidebar
width: 248px
- position: absolute
- top: 0
right: -@width
- bottom: 0
transition: top .1s, right .1s, width .1s
&.is-open
@@ -104,7 +106,6 @@
.toggle-widget-nav
color: #4d4d4d
-
.board-widget-title
display: block
min-height: 20px