update files, add new workflow parts, add version management to pyproject file
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user