Skip to content
Snippets Groups Projects
Commit 79e379d5 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Adapt touchtarget in checkbox filepicker

parent d78c7239
Branches
No related tags found
No related merge requests found
Pipeline #96029 passed
......@@ -1458,6 +1458,10 @@ export function getTabulatorStyles() {
border: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle{
padding: 0px;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
height: 100%;
width: 100%;
......
......@@ -153,7 +153,7 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
'</label>',
field: 'type',
hozAlign: 'center',
width: 50,
width: 40,
headerSort: false,
responsive: 1,
formatter: (cell, formatterParams, onRendered) => {
......@@ -930,10 +930,6 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
position: relative;
}
.select-all-icon {
height: 30px;
}
.clipboard-footer {
background-color: var(--dbp-base);
width: 100%;
......@@ -1006,9 +1002,6 @@ export class Clipboard extends ScopedElementsMixin(AdapterLitElement) {
height: 15px;
}
*/
.select-all-icon {
height: 32px;
}
.btn-flex-container-mobile {
flex-direction: column;
......
......@@ -198,7 +198,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
field: 'type',
hozAlign: 'center',
width: 50,
width: 40,
headerSort: false,
responsive: 1,
formatter: (cell, formatterParams, onRendered) => {
......@@ -2879,11 +2879,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
width: 100%;
}
.select-all-icon {
height: 30px;
}
.remember-container {
display: inline-block;
line-height: 28px;
......@@ -2892,6 +2887,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.remember-container .checkmark {
left: 7px;
top: 3px;
}
.more-menu {
......@@ -3075,10 +3071,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.hidden {
display: none;
}
.select-all-icon {
height: 32px;
}
}
`;
}
......
......@@ -119,8 +119,8 @@ export function getFileHandlingCss() {
.checkmark {
height: 20px;
width: 20px;
left: 14px;
top: 5px;
left: 10px;
top: 7px;
}
.button-container .checkmark::after {
......@@ -164,6 +164,13 @@ export function getFileHandlingCss() {
white-space: nowrap;
}
.select-all-icon {
height: 40px;
position: absolute;
top: -34px;
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
.tabulator .tabulator-tableHolder {
white-space: inherit;
......@@ -174,6 +181,8 @@ export function getFileHandlingCss() {
height: 100%;
max-width: 100%;
}
}
/**************************\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment