From a09fba59e2565f5924d792124c0a274e1b9b5895 Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Wed, 9 Mar 2022 16:09:31 +0800 Subject: [PATCH] Update cascade.css --- .../htdocs/luci-static/argon/css/cascade.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css index 0048276..50b32b8 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -534,10 +534,12 @@ footer { white-space: nowrap; color: #aaa; } -footer.mobile-hide { - display: unset; - white-space: normal; - text-align: center; +@media screen and (max-width: 1080px) { + footer.mobile-hide { + display: unset; + white-space: normal; + text-align: center; + } } footer > a { text-decoration: none;