diff --git a/theme/tfo_mdtr_nmd.php b/theme/tfo_mdtr_nmd.php index 15ded5e..3088e00 100644 --- a/theme/tfo_mdtr_nmd.php +++ b/theme/tfo_mdtr_nmd.php @@ -72,7 +72,36 @@ .operatediv_close{position:absolute;right:3px;top:3px;} .readme{padding:0px;} .markdown-body{padding:24px;text-align:left;font-size:14px !important} - + @media only screen and (max-width:1152px){ + .list-table td.file,.list-table th.file{width:calc(95% - 220px)} + .list-table td.size,.list-table th.size{width:70px !important} + .list-table td.updated_at,.list-table th.updated_at{width:140px !important} + } + @media only screen and (max-width:925px){ + .list-table td.file,.list-table th.file{width:calc(94% - 220px)} + .list-table td.size,.list-table th.size{width:70px !important} + .list-table td.updated_at,.list-table th.updated_at{width:140px !important} + } + @media only screen and (max-width:781px){ + .list-table td.file,.list-table th.file{width:calc(93% - 220px)} + .list-table td.size,.list-table th.size{width:70px !important} + .list-table td.updated_at,.list-table th.updated_at{width:140px !important} + } + @media only screen and (max-width:679px){ + .list-table td.file,.list-table th.file{width:calc(92% - 220px)} + .list-table td.size,.list-table th.size{width:70px !important} + .list-table td.updated_at,.list-table th.updated_at{width:140px !important} + } + @media only screen and (max-width:605px){ + .list-table td.file,.list-table th.file{width:calc(91% - 220px)} + .list-table td.size,.list-table th.size{width:70px !important} + .list-table td.updated_at,.list-table th.updated_at{width:140px !important} + } + @media only screen and (max-width:542px){ + .list-table td.file,.list-table th.file{width:calc(90% - 220px)} + .list-table td.size,.list-table th.size{width:70px !important} + .list-table td.updated_at,.list-table th.updated_at{width:140px !important} + } @media only screen and (max-width:495px){ .title{margin-bottom:24px} .list-wrapper{width:98%; margin:0 auto 10px;}