diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 1e13113..7613686 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -59,6 +59,7 @@ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} + .list-table td.file,.list-table th.file{width:100%;} .list-table td, .list-table th{white-space:nowrap;overflow:auto} .size, .updated_at{display:none} } diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 4023f70..b07e197 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -58,6 +58,7 @@ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} + .list-table td.file,.list-table th.file{width:100%;} .list-table td, .list-table th{white-space:nowrap;overflow:auto} .size, .updated_at{display:none} } diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index f6431af..73f5428 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -58,6 +58,7 @@ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} + .list-table td.file,.list-table th.file{width:100%;} .list-table td, .list-table th{white-space:nowrap;overflow:auto} .size, .updated_at{display:none} }