Skip to content

Commit

Permalink
Update BgInfo.js
Browse files Browse the repository at this point in the history
- Adjust position under MoeSkin.
  • Loading branch information
GuoPCinGitHub committed Aug 10, 2023
1 parent b8a1558 commit f651eb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/BgInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ $(() => (async () => {
width: max-content;
padding: 0 2px 0 5px;
}
main.moe-flexible-container .pc-bg-info {
bottom: 0;
right: 0;
}
`);
let src = $(this).children('img').attr('data-src');
let txt = '背景:' + src;
Expand Down

0 comments on commit f651eb1

Please sign in to comment.