Compare commits
No commits in common. "31579987aa277ce45c86e2024f3f9cdeda8b1a6f" and "435d22a65618e1b3db96240bd6d7bd04cb8387af" have entirely different histories.
31579987aa
...
435d22a656
2 changed files with 1 additions and 10 deletions
|
|
@ -544,7 +544,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitless",
|
||||||
"type": "layer",
|
"type": "layer",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -337,16 +337,7 @@ 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({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue