From fac5c19c3138b1e3cbe1ccaae4e145d8e1423071 Mon Sep 17 00:00:00 2001 From: ken Date: Wed, 23 Sep 2026 18:13:44 +0800 Subject: [PATCH] up --- assets/stylesheets/template/layout/header.scss | 2 +- assets/stylesheets/template/modules/menu.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 9880016..a198541 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -172,7 +172,7 @@ sup { margin-right:0; height: auto; padding-right: 1em; - width: 100%!important; + width: 100%; @media(min-width: 769px){ margin-bottom: 0.5em; } diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index ac88767..e54d23f 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -122,11 +122,11 @@ -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; - height: 40px; + height: 40px !important; width: auto !important; } .default_site_h1{ - padding: 0.5em; + padding: 0.5em !important; } .navbar-header .default_site_h1>*{ display: none;