Removing PropTypes; Adding scroll restoration, fixes #263
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
15
mopidy_iris/static/app.min.css
vendored
15
mopidy_iris/static/app.min.css
vendored
@ -2699,7 +2699,8 @@ body {
|
||||
body.context-menu-open {
|
||||
overflow-y: hidden; } }
|
||||
|
||||
.smooth-scroll {
|
||||
.smooth-scroll.smooth-scrolling-enabled,
|
||||
.smooth-scrolling-enabled .smooth-scroll {
|
||||
scroll-behavior: smooth; }
|
||||
|
||||
main {
|
||||
@ -2828,6 +2829,9 @@ h4 {
|
||||
padding-top: 40px; }
|
||||
h4 .dropdown-field {
|
||||
margin-left: 10px; }
|
||||
h4 .button {
|
||||
margin-left: 10px;
|
||||
margin-bottom: -6px; }
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
@ -3445,9 +3449,12 @@ select {
|
||||
background: #000000;
|
||||
opacity: 0.25; }
|
||||
.button--discrete {
|
||||
border: transparent; }
|
||||
.button--discrete[disabled], .button--discrete[disabled="disabled"] {
|
||||
border-color: #cecac4 !important; }
|
||||
background: transparent;
|
||||
color: #FFFFFF; }
|
||||
.light-theme .button--discrete {
|
||||
color: #121212; }
|
||||
.button--discrete:before {
|
||||
display: none; }
|
||||
.button--working {
|
||||
position: relative;
|
||||
cursor: wait !important;
|
||||
|
||||
20
mopidy_iris/static/app.min.js
vendored
20
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,7 +98,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1549580018";
|
||||
var build = "1549781430";
|
||||
var version = "3.32.4";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user