Platform-agnostic curated playlists (WIP)
This commit is contained in:
@ -3,7 +3,7 @@ import pathlib
|
||||
|
||||
from mopidy import config, ext
|
||||
|
||||
__version__ = "3.62.0"
|
||||
__version__ = "3.63.0"
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@ -7456,10 +7456,10 @@ h4 .loader {
|
||||
-webkit-transform: scale(0.98);
|
||||
transform: scale(0.98);
|
||||
}
|
||||
.grid--tiles .grid__item {
|
||||
.grid--tile .grid__item {
|
||||
position: relative;
|
||||
}
|
||||
.grid--tiles .grid__item__name {
|
||||
.grid--tile .grid__item__name {
|
||||
position: absolute;
|
||||
bottom: 15%;
|
||||
left: 0;
|
||||
@ -7470,8 +7470,18 @@ h4 .loader {
|
||||
color: #FFFFFF;
|
||||
z-index: 2;
|
||||
}
|
||||
.grid--tile .grid__item .source {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
padding: 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.grid--tile .grid__item .source img {
|
||||
max-width: 1em;
|
||||
}
|
||||
@media (min-width: 1001px) {
|
||||
.grid--tiles .grid__item__name {
|
||||
.grid--tile .grid__item__name {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
85
mopidy_iris/static/app.min.css
vendored
85
mopidy_iris/static/app.min.css
vendored
File diff suppressed because one or more lines are too long
141
mopidy_iris/static/app.min.js
vendored
141
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -140,8 +140,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1652000473";
|
||||
var version = "3.62.0";
|
||||
var build = "1653096655";
|
||||
var version = "3.63.0";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"manifest_version": "3.62.0",
|
||||
"manifest_version": "3.63.0",
|
||||
"short_name": "Iris",
|
||||
"name": "Iris",
|
||||
"icons": [
|
||||
|
||||
Reference in New Issue
Block a user