mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 00:21:48 +01:00
Revert set miniscreen to 250px.
Thanks to zlobcek, mfilser and xet7 ! Related https://github.com/wekan/wekan/discussions/4753, related https://github.com/wekan/wekan/pull/4649
This commit is contained in:
parent
0849df2e88
commit
6a4e17e039
4 changed files with 5 additions and 3 deletions
|
|
@ -32,10 +32,11 @@
|
|||
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: 250px) {
|
||||
@media screen and (max-width: 800px) {
|
||||
.board-wrapper .board-canvas .swimlane {
|
||||
border-bottom: 1px solid #ccc;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue