Compare commits

..

No commits in common. "31579987aa277ce45c86e2024f3f9cdeda8b1a6f" and "435d22a65618e1b3db96240bd6d7bd04cb8387af" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

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

View file

@ -337,16 +337,7 @@ pandora.ui.home = function() {
items.forEach(function(item) {
var $item = pandora.renderHomeItem({
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);
$item.find('.OxEditableContent').css({
color: "rgb(240, 240, 240)",
})
});
} else {
$features.css({