diff options
Diffstat (limited to 'apps/files/css/merged.css')
-rw-r--r-- | apps/files/css/merged.css | 46 |
1 files changed, 12 insertions, 34 deletions
diff --git a/apps/files/css/merged.css b/apps/files/css/merged.css index 3b595813654..38ac0c66b13 100644 --- a/apps/files/css/merged.css +++ b/apps/files/css/merged.css @@ -378,8 +378,7 @@ table td { table th.column-name { position: relative; - width: 9999px; - /* not really sure why this works better than 100% … table styling */ + width: 9999px; /* not really sure why this works better than 100% … table styling */ padding: 0; } @@ -437,8 +436,7 @@ table.multiselect thead th { table.multiselect .column-name { position: relative; - width: 9999px; - /* when we use 100%, the styling breaks on mobile … table styling */ + width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */ } table.multiselect .column-mtime > a { @@ -455,8 +453,7 @@ table td.fileaction { table td.filename a.name, table td.filename p.name { display: flex; - position: relative; - /* Firefox needs to explicitly have this default set … */ + position: relative; /* Firefox needs to explicitly have this default set … */ -moz-box-sizing: border-box; box-sizing: border-box; height: 50px; @@ -934,8 +931,7 @@ table.dragshadow td.size { padding: 0; margin: 0; background-color: var(--color-main-background-translucent); - z-index: 62; - /* must be above the filelist sticky header and texteditor menubar */ + z-index: 62; /* must be above the filelist sticky header and texteditor menubar */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -1356,8 +1352,7 @@ table.dragshadow td.size { box-sizing: border-box; height: 36px; width: 39px; - padding: 0 !important; - /* override default control bar button padding */ + padding: 0 !important; /* override default control bar button padding */ margin-left: 3px; overflow: hidden; vertical-align: top; @@ -1642,32 +1637,26 @@ table.dragshadow td.size { .app-files #app-content.dir-drop { background-color: rgb(255, 255, 255) !important; } - table th.column-size, -table td.filesize, -table th.column-mtime, -table td.date { + table td.filesize, + table th.column-mtime, + table td.date { display: none; } - /* remove padding to let border bottom fill the whole width*/ table td { padding: 0; } - /* remove shift for multiselect bar to account for missing navigation */ table.multiselect thead { padding-left: 0; } - .fileList a.action.action-menu img { padding-left: 0; } - .fileList .fileActionsMenu { margin-right: 6px; } - /* hide text of the share action on mobile */ /* .hidden-visually for accessbility */ .fileList a.action-share span:not(.icon):not(.avatar) { @@ -1678,21 +1667,17 @@ table td.date { height: 1px; overflow: hidden; } - /* shorten elements for mobile */ #uploadprogressbar, #uploadprogressbar .label.inner { width: 50px; } - /* hide desktop-only parts */ #uploadprogressbar .desktop { display: none !important; } - #uploadprogressbar .mobile { display: block !important; } - /* ensure that it is visible over #app-content */ table.dragshadow { z-index: 1000; @@ -1703,16 +1688,13 @@ table td.date { table th .selectedActions { float: right; } - table th .selectedActions > a span:not(.icon) { display: none; } - /* Increase touch area for the icons */ table th .selectedActions a { padding: 17px 14px; } - /* Remove the margin to reduce the overlap between the name and the icons */ table.multiselect th .columntitle.name { margin-left: 0; @@ -1748,14 +1730,12 @@ table td.date { .app-sidebar .thumbnailContainer.large { margin-left: -15px; - margin-right: -35px; - /* 15 + 20 for the close button */ + margin-right: -35px; /* 15 + 20 for the close button */ margin-top: -15px; } .app-sidebar .thumbnailContainer.large.portrait { - margin: 0; - /* if we don't fit the image anyway we give it back the margin */ + margin: 0; /* if we don't fit the image anyway we give it back the margin */ } .app-sidebar .large .thumbnail { @@ -1772,8 +1752,7 @@ table td.date { .app-sidebar .large .thumbnail .stretcher { content: ""; display: block; - padding-bottom: 56.25%; - /* sets height of .thumbnail to 9/16 of the width */ + padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */ } .app-sidebar .large.portrait .thumbnail { @@ -1815,8 +1794,7 @@ table td.date { } .app-sidebar .fileName h3 { - width: calc(100% - 42px); - /* 36px is the with of the copy link icon, but this breaks so we add some more to be sure */ + width: calc(100% - 42px); /* 36px is the with of the copy link icon, but this breaks so we add some more to be sure */ display: inline-block; padding: 5px 0; margin: -5px 0; |