diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 16:36:45 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 16:36:45 +0100 |
commit | f2566e649ffd944dd5dfea3ba38124fef9472ed8 (patch) | |
tree | ad49552302890df1678e6944c4751b4db44e7a4e /apps/files | |
parent | c6aefada71097d2baf7db36b4829e7f6b258ea95 (diff) | |
download | nextcloud-server-f2566e649ffd944dd5dfea3ba38124fef9472ed8.tar.gz nextcloud-server-f2566e649ffd944dd5dfea3ba38124fef9472ed8.zip |
mobile: adjust break to 768, also fix min-widths
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 2 | ||||
-rw-r--r-- | apps/files/css/mobile.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index af863aca33e..a463eb51d8f 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -77,7 +77,7 @@ } /* make sure there's enough room for the file actions */ #body-user #filestable { - min-width: 750px; + min-width: 688px; } #body-user #controls { min-width: 600px; diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 221c23e5ad5..087bb1f8364 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -1,4 +1,4 @@ -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 768px) { /* don’t require a minimum width for files table */ #body-user #filestable { |