Hide list selection-count and action list hint in minimal layout
Some checks failed
L10n Update / update (push) Has been cancelled
PHP Tests / Static analysis for php 8.2 on ubuntu-latest (push) Has been cancelled
PHP Tests / Static analysis for php 8.3 on ubuntu-latest (push) Has been cancelled
PHP Tests / Static analysis for php 8.4 on ubuntu-latest (push) Has been cancelled
PHP Tests / Unit tests with php 8.2 on ubuntu-latest (push) Has been cancelled
PHP Tests / Unit tests with php 8.3 on ubuntu-latest (push) Has been cancelled
PHP Tests / Unit tests with php 8.4 on ubuntu-latest (push) Has been cancelled

- Mobile only supports single-column layouts, so multiple selection and navigation are not available.
This commit is contained in:
Sukhwinder Dhillon 2025-11-10 16:26:58 +01:00 committed by Johannes Meyer
parent cb5dd3f417
commit 6f6c5700a9

View file

@ -12,3 +12,7 @@
user-select: none;
}
}
#layout.minimal-layout .footer > .selection-count {
display: none;
}