update files, add new workflow parts, add version management to pyproject file

This commit is contained in:
2025-06-04 13:50:07 +02:00
parent ef889448bd
commit b17c0e79ee
10 changed files with 332 additions and 107 deletions

View File

@@ -55,6 +55,7 @@
margin-right: 0.5em;
}
.actions .info:hover {
background-color: #0056b3;
}
@@ -230,4 +231,21 @@ body.nsfw-disabled .image-container.nsfw:hover img {
transform: none !important;
box-shadow: none !important;
z-index: auto !important;
}
.card .delete-button {
position: absolute;
top: 5px;
right: 5px;
background-color: #dc3545;
color: white;
border: none;
padding: 0.5em;
cursor: pointer;
border-radius: 50%;
z-index: 3;
opacity: 1;
}
.card:hover .delete-button {
display: block;
}