This commit is contained in:
j 2023-08-04 19:44:15 +02:00
parent f04f2af65c
commit 31579987aa

View file

@ -337,7 +337,16 @@ pandora.ui.home = function() {
items.forEach(function(item) { items.forEach(function(item) {
var $item = pandora.renderHomeItem({ var $item = pandora.renderHomeItem({
data: item data: item
}).css({
minHeight: "128px",
borderRadius: "16px",
background: "rgba(0,0,0,0.2)",
border: "5px rgba(0,0,0, 0.01) solid"
}).appendTo($texts); }).appendTo($texts);
$item.find('.OxEditableContent').css({
color: "rgb(240, 240, 240)",
})
}); });
} else { } else {
$features.css({ $features.css({