summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-01-03 01:32:39 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-01-03 01:32:39 +0100
commit64c0874a153a9acbc55e761e4c8de6e47f4b7a6d (patch)
treedfa1cebeabc03b2840239403c1e835f910163fc8 /apps
parent361aaf0c95ef17dfdf79c5e1f11efc005e2babcf (diff)
downloadnextcloud-server-64c0874a153a9acbc55e761e4c8de6e47f4b7a6d.tar.gz
nextcloud-server-64c0874a153a9acbc55e761e4c8de6e47f4b7a6d.zip
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>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/mobile.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss
index 5653d5841bc..aadbe2ada25 100644
--- a/apps/files/css/mobile.scss
+++ b/apps/files/css/mobile.scss
@@ -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;
+ }
}