Skip to content

Commit

Permalink
🐛 修复手机端右边多出一截的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
csfwff committed Nov 21, 2023
1 parent 6211c74 commit ba593c4
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -24,7 +24,7 @@
<h1>
<a href="${servePath}" aria-label="${symphonyLabel}">
<svg class="swimming"><use xlink:href="#logo"></use></svg>
<img style="position: absolute; visibility: hidden;" src="https://file.fishpi.cn/2023/09/%E6%9C%AA%E6%A0%87%E9%A2%981-d4d954df.png" alt="${symphonyLabel}">
<img style="position: absolute;top: 0;left: 0; visibility: hidden;width: 100%;" src="https://file.fishpi.cn/2023/09/%E6%9C%AA%E6%A0%87%E9%A2%981-d4d954df.png" alt="${symphonyLabel}">
</a>
</h1>
</div>
Expand Down

0 comments on commit ba593c4

Please sign in to comment.