X Tutup
Skip to content

Commit 1dbe500

Browse files
author
Christian Scherm
committed
Minor fixes for mobile view
Adjust the padding of .filesize
1 parent e208e43 commit 1dbe500

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/files/css/files.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ table td.filename .nametext {
405405
left: 55px;
406406
padding: 0;
407407
overflow: hidden;
408-
text-overflow: ellipsis;
408+
text-overflow: clip;
409409
max-width: 800px;
410410
height: 100%;
411411
}
@@ -718,7 +718,7 @@ html.ie8 .column-mtime .selectedActions {
718718
}
719719

720720
#fileList .filesize {
721-
padding: 0 15px 0 60px;
721+
padding: 0 15px 0 40px;
722722
}
723723

724724
#fileList .popovermenu {

apps/files/css/mobile.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ table.multiselect thead {
2121

2222
/* restrict length of displayed filename to prevent overflow */
2323
table td.filename .nametext {
24-
width: 100%;
24+
width: 130px;
2525
}
2626

2727
#fileList a.action.action-menu img {
@@ -46,7 +46,7 @@ table td.filename .nametext {
4646

4747
/* ellipsis on file names */
4848
table td.filename .nametext .innernametext {
49-
max-width: 50%;
49+
max-width: 80%;
5050
}
5151

5252
/* proper notification area for multi line messages */
@@ -70,4 +70,4 @@ table td.filename .nametext .innernametext {
7070
display: block !important;
7171
}
7272

73-
}
73+
}

0 commit comments

Comments
 (0)
X Tutup