Fix code quality issues and GitHub Actions workflows

This commit is contained in:
2025-04-22 22:30:31 +01:00
parent f3d6bd2434
commit 0c4e91fcec
10 changed files with 61 additions and 22 deletions

View File

@@ -17,6 +17,7 @@
height: 100%;
border: none;
}
.buttons {
position: fixed;
top: 10px;
@@ -32,6 +33,7 @@
border-radius: 4px;
cursor: pointer;
}
button:hover {
background-color: #005177;
}