mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00

The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
39 lines
574 B
Stylus
39 lines
574 B
Stylus
@import 'nib'
|
|
|
|
.board-wrapper
|
|
left: 0
|
|
top: 0
|
|
bottom: 0
|
|
right: 0
|
|
position: absolute
|
|
overflow: hidden
|
|
|
|
.board-canvas
|
|
position: absolute
|
|
left: 0
|
|
right: 0
|
|
top: 0
|
|
bottom: 0
|
|
transition: margin .1s
|
|
|
|
&.next-sidebar
|
|
margin-right: 248px
|
|
|
|
&.is-dragging-active
|
|
|
|
.open-minicard-composer
|
|
display: none
|
|
|
|
.lists
|
|
align-items: flex-start
|
|
display: flex
|
|
flex-direction: row
|
|
margin-bottom: 10px
|
|
overflow-x: auto
|
|
overflow-y: hidden
|
|
padding-bottom: 10px
|
|
position: absolute
|
|
top: 0
|
|
right: 0
|
|
bottom: 0
|
|
left: 0
|