Changes for page Linkding + SingleFile Archief
Last modified by XWikiGuest on 2026/03/11 21:04
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -57,19 +57,6 @@ 57 57 gap: 8px; 58 58 } 59 59 #ldsf-bookmarks li:hover { background: #3b4e60; } 60 -.sf-num { 61 - display: inline-flex; 62 - align-items: center; 63 - justify-content: center; 64 - width: 22px; 65 - height: 22px; 66 - border-radius: 50%; 67 - background: #4e5d6c; 68 - color: #df691a; 69 - font-size: 11px; 70 - font-weight: bold; 71 - flex-shrink: 0; 72 -} 73 73 #ldsf-bookmarks a { 74 74 color: #5bc0de; 75 75 text-decoration: none; ... ... @@ -197,7 +197,7 @@ 197 197 var title = bm.title || bm.website_title || bm.url; 198 198 var file = ldsfMatch(bm.url); 199 199 if (file) { archived++; ldsf_fileMap[i] = file; } 200 - html += '<li> <span class="sf-num">'+ (i + 1) + '</span>';187 + html += '<li>'; 201 201 if (file) html += '<span class="sf-btn" data-sf="' + i + '" title="Archief bekijken">📄</span>'; 202 202 html += '<a href="' + bm.url + '" target="_blank">' + title + '</a></li>'; 203 203 });