This commit is contained in:
epoberezkin
2026-05-21 05:58:27 +00:00
parent 5d35796a3b
commit 4f34cc5bb9
3 changed files with 204 additions and 204 deletions
+3 -3
View File
@@ -1590,9 +1590,9 @@ video {
fill: #0053D0;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.p-1 {
+1 -1
View File
@@ -1,5 +1,5 @@
document.addEventListener("DOMContentLoaded", function () {
var ITEMS_PER_PAGE = 20
var ITEMS_PER_PAGE = 10
var allItems = Array.from(document.querySelectorAll("#links-list .link-item"))
var filteredItems = allItems.slice()
var currentPage = 1
+200 -200
View File
File diff suppressed because it is too large Load Diff