Compare commits

...

2 commits

Author SHA1 Message Date
j
31579987aa fix home 2023-08-04 19:44:15 +02:00
j
f04f2af65c fix title 2023-08-04 19:44:11 +02:00
2 changed files with 10 additions and 1 deletions

View file

@ -544,7 +544,7 @@
}, },
{ {
"id": "subtitles", "id": "subtitles",
"title": "Subtitless", "title": "Subtitles",
"type": "layer", "type": "layer",
"find": true "find": true
}, },

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({