Skip to content

Commit

Permalink
bigger font size for the top button
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Sep 18, 2023
1 parent 6b516f4 commit fecb3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions templates/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,8 @@ table.data td {
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#top-button::after {
content: "⬆";
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
color: white;
font-size: 30px;
}
#top-button:hover {
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion templates/report.tera
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a href="https://github.com/Equim-chan/mjai-reviewer" target="_blank" rel="noreferrer noopener">mjai-reviewer</a>
</p>

<button id="top-button" onclick="goToTop()" title="Go to top"></button>
<button id="top-button" onclick="goToTop()" title="Go to top"></button>

<fieldset id="panel">
<legend>Panel</legend>
Expand Down

0 comments on commit fecb3a6

Please sign in to comment.