fixes #1735 new API method pwg.images.setCategory to associate/dissociate/move a list of images

This commit is contained in:
plegall
2023-10-11 16:58:14 +02:00
parent 71164f80d6
commit 14e8ba664b
5 changed files with 112 additions and 24 deletions

View File

@@ -295,6 +295,14 @@ input[type="text"] {
grid-template-columns: 66% 34%;
}
#methodDescription blockquote ul {
margin-top: 10px;
}
#methodDescription blockquote ul li {
list-style-type: disc;
}
.card, .card-2 {
margin: 10px;
background-color: var(--color-bg-secondary);
@@ -598,4 +606,4 @@ div.onlys {padding:.25em .5em;display:table;border-radius:4px;margin-bottom:0.5e
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--color-action);
}
}