diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 3f546fe..c4ddbe3 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -64,23 +64,23 @@ } @media only screen and (max-width:1152px){ .list-table td.file,.list-table th.file{width:calc(95% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:925px){ .list-table td.file,.list-table th.file{width:calc(94% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:781px){ .list-table td.file,.list-table th.file{width:calc(93% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:679px){ .list-table td.file,.list-table th.file{width:calc(92% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 31188e0..b2611f3 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -63,23 +63,23 @@ } @media only screen and (max-width:1152px){ .list-table td.file,.list-table th.file{width:calc(95% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:925px){ .list-table td.file,.list-table th.file{width:calc(94% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:781px){ .list-table td.file,.list-table th.file{width:calc(93% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:679px){ .list-table td.file,.list-table th.file{width:calc(92% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index b0b2379..b936dcb 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -63,23 +63,23 @@ } @media only screen and (max-width:1152px){ .list-table td.file,.list-table th.file{width:calc(95% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:925px){ .list-table td.file,.list-table th.file{width:calc(94% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:781px){ .list-table td.file,.list-table th.file{width:calc(93% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} } @media only screen and (max-width:679px){ .list-table td.file,.list-table th.file{width:calc(92% - 220px)} - .size{width:140px} - .updated_at{width:70px} + .list-table td.size{width:140px !important} + .list-table td.updated_at{width:70px !important} }