mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-29 20:14:00 +00:00
New: Manual import improvements (#683)
* New: Manual import improvements - Detect and merge import with files already in library. - Allow selection of album release from Manual Import modal. - Loading indicator while fetching updated decisions * Disable release switching if user manually overrode release
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
.centerButtons,
|
||||
.rightButtons {
|
||||
display: flex;
|
||||
flex: 1 2 25%;
|
||||
flex: 1 2 20%;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.centerButtons {
|
||||
justify-content: center;
|
||||
flex: 2 1 50%;
|
||||
flex: 2 1 60%;
|
||||
}
|
||||
|
||||
.rightButtons {
|
||||
|
||||
Reference in New Issue
Block a user