From afaff33bfccf0ab26116b12bec397f2539baeea8 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Sat, 2 May 2020 15:11:32 +0800 Subject: [PATCH] re --- theme/tfo_md.php | 7 ++++++- theme/tfo_mdtr.php | 7 ++++++- theme/tfo_mdtr_baw.php | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/theme/tfo_md.php b/theme/tfo_md.php index e897db0..8e03652 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -54,7 +54,7 @@ .operatediv div{margin:16px} .operatediv_close{position:absolute;right:3px;top:3px;} .readme{padding:8px;background-color:rgb(245,245,245);} - @media only screen and (max-width:480px){ + @media only screen and (max-width:495px){ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} @@ -86,6 +86,11 @@ .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} + } diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index ae7f71b..281c209 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -54,7 +54,7 @@ .operatediv_close{position:absolute;right:3px;top:3px;} .readme{padding:8px;background-color:rgba(245,245,245,0.3);} .markdown-body{padding:20px;text-align:left;font-size:14px !important} - @media only screen and (max-width:480px){ + @media only screen and (max-width:495px){ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} @@ -86,6 +86,11 @@ .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} + } diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index c2b549c..9c664c9 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -54,7 +54,7 @@ .operatediv_close{position:absolute;right:3px;top:3px;} .readme{padding:8px;background-color:rgba(245,245,245,0.3);} .markdown-body{padding:20px;text-align:left;font-size:14px !important} - @media only screen and (max-width:480px){ + @media only screen and (max-width:495px){ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} @@ -86,6 +86,11 @@ .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} + }