Increase touch area for header icons

On narrow screens only the action icons are shown in the multiselect
header of the file list. In that case the padding of those icons is
increased to provide a larger touch area (the padding used is the same
as in the inline actions of the file list).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2018-01-03 01:32:39 +01:00
parent 361aaf0c95
commit 64c0874a15
1 changed files with 5 additions and 0 deletions

View File

@ -84,4 +84,9 @@ table.dragshadow {
table th .selectedActions a span:not(.icon) {
display: none;
}
/* Increase touch area for the icons */
table th .selectedActions a {
padding: 17px 14px;
}
}