Dev buildout
This commit is contained in:
@ -3634,12 +3634,16 @@ input[type="submit"] {
|
||||
.modal .content .list.small .list-item:nth-child(2n) {
|
||||
margin-left: 2%; }
|
||||
.modal.image_zoom .content {
|
||||
text-align: center;
|
||||
padding: 5vh 5%;
|
||||
width: 90%; }
|
||||
.modal.image_zoom .content img {
|
||||
max-height: 90vh;
|
||||
max-width: 100%; }
|
||||
padding: 100px 5%;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
box-sizing: border-box; }
|
||||
.modal.image_zoom .content .image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-size: contain;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat; }
|
||||
.modal.edit_radio form .field {
|
||||
position: relative;
|
||||
margin-top: 50px; }
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
5968
mopidy_iris/static/app.min.css
vendored
Normal file
5968
mopidy_iris/static/app.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
mopidy_iris/static/app.min.css.map
Normal file
1
mopidy_iris/static/app.min.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":[],"names":[],"mappings":"","file":"app.min.css","sourceRoot":""}
|
||||
62
mopidy_iris/static/app.min.js
vendored
Normal file
62
mopidy_iris/static/app.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
mopidy_iris/static/app.min.js.map
Normal file
1
mopidy_iris/static/app.min.js.map
Normal file
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected by build.sh
|
||||
var build = "1508916193";
|
||||
var build = "1509093477";
|
||||
var version = "3.6.1";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user