mirror of
https://github.com/wekan/wekan.git
synced 2026-02-11 10:44:20 +01:00
Some mobile view fixes.
Thanks to xet7 !
This commit is contained in:
parent
62679819d9
commit
c4af4d03ac
3 changed files with 36 additions and 12 deletions
|
|
@ -646,7 +646,7 @@ body.list-resizing-active * {
|
|||
height: auto;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.list.mobile-view {
|
||||
|
|
@ -654,7 +654,7 @@ body.list-resizing-active * {
|
|||
flex-basis: auto;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
}
|
||||
.list.mobile-view:first-child {
|
||||
margin-left: 0px;
|
||||
|
|
@ -663,7 +663,7 @@ body.list-resizing-active * {
|
|||
flex: 0 0 60px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.list.mobile-view.ui-sortable-helper .list-header.ui-sortable-handle {
|
||||
|
|
@ -673,7 +673,7 @@ body.list-resizing-active * {
|
|||
flex: 0 0 60px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.list.mobile-view .list-body {
|
||||
|
|
@ -771,7 +771,7 @@ body.list-resizing-active * {
|
|||
height: auto;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.list {
|
||||
|
|
@ -779,7 +779,7 @@ body.list-resizing-active * {
|
|||
flex-basis: auto;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
}
|
||||
.list:first-child {
|
||||
margin-left: 0px;
|
||||
|
|
@ -788,7 +788,7 @@ body.list-resizing-active * {
|
|||
flex: 0 0 60px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.list.ui-sortable-helper .list-header.ui-sortable-handle {
|
||||
|
|
@ -798,7 +798,7 @@ body.list-resizing-active * {
|
|||
flex: 0 0 60px;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
border-left: 0px;
|
||||
border-left: 0px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.list-body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue