Skip to content

Commit

Permalink
结算界面新增结算音乐版权声明,修改.prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuameshi committed Jun 19, 2022
1 parent cb341dd commit 3f1cbb5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"useTabs": true
"useTabs": true,
"printWidth": 256,
"useEditorConfig": false,
"jsxBracketSameLine": true
}
1 change: 1 addition & 0 deletions src/LevelOver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<div class="extraInfo">
<div class="text">本曲最终RKS:<span id="rks">0</span></div>
</div>
<div class="copyrights" id="copyrights">PhiCommunity By lchzh3473 & Yuameshi, sound by starN5150</div>
<div class="backInResultBtn" id="backInResultBtn"></div>
</body>
</html>
7 changes: 7 additions & 0 deletions src/LevelOver/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,13 @@ div.extraInfo > div.text {
transform: skew(15deg);
}

div.copyrights#copyrights{
position: fixed;
bottom: 0;
left: 0;
color: #999;
}

@media screen and (max-width: 576px) {
.mainContent {
flex-direction: column !important;
Expand Down

1 comment on commit 3f1cbb5

@vercel
Copy link

@vercel vercel bot commented on 3f1cbb5 Jun 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.