From bb468456dfbed2792a3b1d6ef367a323ce83378b Mon Sep 17 00:00:00 2001 From: ken Date: Thu, 30 Jul 2026 18:12:52 +0800 Subject: [PATCH] update --- assets/stylesheets/template/base/_global.scss | 10 +++++----- assets/stylesheets/template/layout/header.scss | 7 +------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/assets/stylesheets/template/base/_global.scss b/assets/stylesheets/template/base/_global.scss index 2d22e50..650f7ad 100644 --- a/assets/stylesheets/template/base/_global.scss +++ b/assets/stylesheets/template/base/_global.scss @@ -26,11 +26,11 @@ } } } -label[for="open-orbit-login"] { - @media(max-width:768px){ - display: none!important; - } -} +// label[for="open-orbit-login"] { +// @media(max-width:768px){ +// display: none!important; +// } +// } [accesskey="U"],[accesskey="W"]{ @media(max-width:768px){ color: #666!important; diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 53b01ca..54ba5ea 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -411,11 +411,6 @@ color: #14324f!important; } @media(max-width:1024px){ - width: 100%; + width: 100%!important; } -} -@media (max-width: 768px) { - label[for="open-orbit-login"] { - display: block !important; - } } \ No newline at end of file