mirror of
https://github.com/Readarr/Readarr
synced 2026-01-22 15:31:29 +01:00
Merge 25114082a1 into 0b79d3000d
This commit is contained in:
commit
84dfe333b5
1 changed files with 9 additions and 1 deletions
|
|
@ -18,12 +18,17 @@
|
|||
.leftButtons,
|
||||
.rightButtons {
|
||||
display: flex;
|
||||
flex: 1 0 50%;
|
||||
flex-wrap: wrap;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.leftButtons {
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.rightButtons {
|
||||
justify-content: flex-end;
|
||||
flex: 1 1 50%;
|
||||
}
|
||||
|
||||
.importMode,
|
||||
|
|
@ -31,6 +36,7 @@
|
|||
composes: select from '~Components/Form/SelectInput.css';
|
||||
|
||||
margin-right: 10px;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
|
@ -43,10 +49,12 @@
|
|||
.leftButtons,
|
||||
.rightButtons {
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.leftButtons {
|
||||
align-items: flex-start;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
.rightButtons {
|
||||
|
|
|
|||
Loading…
Reference in a new issue