mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Misc Frontend Updates
This commit is contained in:
@@ -54,7 +54,7 @@ class SelectAlbumModalContentConnector extends Component {
|
||||
this.props.updateInteractiveImportItem({
|
||||
id,
|
||||
album,
|
||||
episodes: []
|
||||
tracks: []
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -33,6 +33,24 @@
|
||||
|
||||
@media only screen and (max-width: $breakpointSmall) {
|
||||
.footer {
|
||||
.leftButtons,
|
||||
.centerButtons,
|
||||
.rightButtons {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.leftButtons {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.centerButtons {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.rightButtons {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
a,
|
||||
button {
|
||||
margin-left: 0;
|
||||
|
||||
@@ -74,7 +74,7 @@ class InteractiveImportRow extends Component {
|
||||
|
||||
const isValid = !!(
|
||||
artist &&
|
||||
album != null &&
|
||||
album &&
|
||||
tracks.length &&
|
||||
quality &&
|
||||
language
|
||||
|
||||
Reference in New Issue
Block a user