Skip to content

Commit

Permalink
🎨 攒劲的新logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Dec 19, 2024
1 parent 00bc20f commit 3cd2c41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/css/mobile-base.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main/resources/scss/mobile-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ a[class*=" icon-"]:hover {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 5px;
}

.nav .user-nav a.unlogin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/skins/classic/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="nav">
<h1 aria-label="${symphonyLabel}" class="tooltipped tooltipped-s">
<a href="${servePath}">
<div style="height: 60px; width: 60px" id="logo-animate"></div>
<div style="height: 55px;width: 55px;padding-bottom: 6px;" id="logo-animate"></div>
<script>
var params = {
container: document.getElementById('logo-animate'),
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/skins/mobile/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="head-fn fn-left">
<h1>
<a href="${servePath}" aria-label="${symphonyLabel}">
<div style="width: 35px; height: auto" id="logo-animate"></div>
<div style="width: 39px; height: auto" id="logo-animate"></div>
<script>
var params = {
container: document.getElementById('logo-animate'),
Expand Down

0 comments on commit 3cd2c41

Please sign in to comment.