Add frontend functionality for checksum feature

This commit is contained in:
2025-02-24 21:23:10 +01:00
committed by Pierre Dubouilh
parent da7f84f5c9
commit ad423948cc
3 changed files with 69 additions and 10 deletions
+6 -8
View File
@@ -344,12 +344,8 @@ h1 > span:hover {
right: 30px;
}
#helpHead {
margin-top: 60px;
text-align: center;
}
#helpTable {
#helpTable,
#sumsTable {
border-collapse: collapse;
width: 70%;
max-width: 790px;
@@ -360,7 +356,8 @@ h1 > span:hover {
overflow-y: auto;
}
#helpTable td {
#helpTable td,
#sumsTable td {
width: 200px;
padding: 9px;
border: 1px solid #fff;
@@ -369,7 +366,8 @@ h1 > span:hover {
margin: 0;
}
#help {
#help,
#sums {
background-color: black;
position: absolute;
top: 0px;