From 4d111c9738ba9a5b54dcf2ecfb05504901e9c6e9 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 11 Feb 2020 17:03:28 +0100 Subject: [PATCH] Various fixes files app in responsive mode Removed uk-width-small and now using the icon width for column alignment. This gives more space in responsive mode for the file name column. Removed the "More" column header label which felt redundant. Adjusted file actions button id to not mention size any more, now that we only have a single size. Prevent row action menu and new file menu to flip in responsive mode. --- apps/files/src/components/FileList.vue | 16 ++++++++++------ apps/files/src/components/FilesAppBar.vue | 2 +- .../components/FilesLists/RowActionsDropdown.vue | 6 +++--- changelog/unreleased/2974 | 1 + 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/apps/files/src/components/FileList.vue b/apps/files/src/components/FileList.vue index a5f83ddffb4..bd99aa3a6a7 100644 --- a/apps/files/src/components/FileList.vue +++ b/apps/files/src/components/FileList.vue @@ -16,10 +16,8 @@
- More
@@ -46,7 +44,7 @@ />
-
+
+ diff --git a/apps/files/src/components/FilesAppBar.vue b/apps/files/src/components/FilesAppBar.vue index 4c94ad09216..cda5ba343ca 100644 --- a/apps/files/src/components/FilesAppBar.vue +++ b/apps/files/src/components/FilesAppBar.vue @@ -32,7 +32,7 @@