Some mobile view fixes.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-20 02:58:30 +03:00
parent 62679819d9
commit c4af4d03ac
3 changed files with 36 additions and 12 deletions

View file

@ -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 {