Skip to content

Commit

Permalink
Merge branch 'Hashibutogarasu/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Nov 4, 2024
2 parents 5900a91 + 153a597 commit 7479ba3
Show file tree
Hide file tree
Showing 5 changed files with 2,384 additions and 333 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/.vscode/
/target/
/logs/
/dist/
/dist/
./pnpm-lock.yaml
1 change: 1 addition & 0 deletions app/assets/css/launcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -2524,6 +2524,7 @@ input:checked + .toggleSwitchSlider:before {
height: 100%;
width: 33%;
display: inline-flex;
margin-left: 30%;
}

/*******************************************************************************
Expand Down
18 changes: 1 addition & 17 deletions app/landing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,7 @@
</div>
</div>
</div>
<div id="center">
<div class="bot_wrapper">
<div id="content">
<button id="newsButton">
<!--<img src="assets/images/icons/arrow.svg" id="newsButtonSVG"/>-->
<div id="newsButtonAlert" style="display: none;"></div>
<svg id="newsButtonSVG" viewBox="0 0 24.87 13.97">
<defs>
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;}</style>
</defs>
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
</svg>
&#10;<span id="newsButtonText"><%- lang('landing.newsButton') %></span>
</button>
</div>
</div>
</div>

<div id="right">
<div class="bot_wrapper">
<div id="launch_content">
Expand Down
Loading

0 comments on commit 7479ba3

Please sign in to comment.