mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
try to fix color argument for thumbnails
This commit is contained in:
parent
c0a54778df
commit
274ea079a0
|
|
@ -6454,7 +6454,7 @@ var thegrid = (function () {
|
||||||
ihref += "&raster";
|
ihref += "&raster";
|
||||||
|
|
||||||
var accent = getComputedStyle(document.body).getPropertyValue('--a');
|
var accent = getComputedStyle(document.body).getPropertyValue('--a');
|
||||||
ihref += '&a=' + parseColor(accent);
|
ihref += '&a=' + parseColor(accent).replace(' ', '');
|
||||||
|
|
||||||
html.push('<a href="' + ohref + '" ref="' + ref +
|
html.push('<a href="' + ohref + '" ref="' + ref +
|
||||||
'" class="' + ac + '" ttt="' + esc(name) + '">' +
|
'" class="' + ac + '" ttt="' + esc(name) + '">' +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue