mirror of
https://github.com/wekan/wekan.git
synced 2026-02-13 03:34:20 +01:00
set miniscreen to 250px
This commit is contained in:
parent
6a20f6dc70
commit
03a75c9c05
4 changed files with 4 additions and 6 deletions
|
|
@ -32,11 +32,10 @@
|
|||
animation: fadeIn 0.2s;
|
||||
z-index: 16;
|
||||
}
|
||||
.board-wrapper .board-canvas.is-dragging-active .open-minicard-composer,
|
||||
.board-wrapper .board-canvas.is-dragging-active .minicard-wrapper.is-checked {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 250px) {
|
||||
.board-wrapper .board-canvas .swimlane {
|
||||
border-bottom: 1px solid #ccc;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue