load_authors_by-debug
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-05-26 20:34:51 +03:00
parent 627be9a4f1
commit 301145fcff
4 changed files with 26 additions and 14 deletions

View File

@@ -840,4 +840,11 @@ th.sortable.sorted {
th.sortable.sorted .sort-icon {
color: var(--primary-color);
font-weight: bold;
}
.btn {
text-decoration: none;
margin-left: 6px;
cursor: pointer;
user-select: none;
}