diff --git a/static/css/style.scss b/static/css/style.scss index fe265a4..82d8f68 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -203,6 +203,15 @@ body { .text-right-md { text-align: right; } + .no-float-md { + float: none; + } + .no-before-md:before { + content: none; + } + .no-after-md:after { + content: none; + } } /* Large devices (large desktops, 1200px and up) */ @@ -211,3 +220,25 @@ body { text-align: right; } } + +@media (max-width: 992px) { + .table.flat-md { + display: block; + * { + display: block; + } + td,th { + border-style: none; + } + tr { + border-bottom: 1px solid #ddd; + } + tr:first-of-type { + border-top: 1px solid #ddd; + } + td,th[class*="col-"] { + float: left; + position: relative; + } + } +} diff --git a/status.html b/status.html index 28449a1..edab861 100644 --- a/status.html +++ b/status.html @@ -57,32 +57,37 @@ permalink: /status/

# 同步状态

-
-
-
-
Name
-
Last Update
-
Upstream
-
Status
-
Size
-
-
-
-
-
+ + + + + + + + + + + + +
{% include footer.html %} {% raw %} {% endraw %}