mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Improve search page button colors
Also show all buttons on one line for info indexer modal Fixes #2046
This commit is contained in:
@@ -47,9 +47,3 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $breakpointExtraSmall) {
|
|
||||||
.modalFooter {
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@@ -212,7 +212,11 @@ class SearchFooter extends Component {
|
|||||||
name="searchQuery"
|
name="searchQuery"
|
||||||
value={searchQuery}
|
value={searchQuery}
|
||||||
buttons={
|
buttons={
|
||||||
<FormInputButton onPress={this.onQueryParameterModalOpenClick}>
|
<FormInputButton
|
||||||
|
kind={kinds.DEFAULT}
|
||||||
|
onPress={this.onQueryParameterModalOpenClick}
|
||||||
|
title={translate('ClickToChangeQueryOptions')}
|
||||||
|
>
|
||||||
<Icon
|
<Icon
|
||||||
name={icon}
|
name={icon}
|
||||||
/>
|
/>
|
||||||
@@ -275,6 +279,7 @@ class SearchFooter extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
<SpinnerButton
|
<SpinnerButton
|
||||||
|
kind={kinds.PRIMARY}
|
||||||
className={styles.searchButton}
|
className={styles.searchButton}
|
||||||
isSpinning={isFetching}
|
isSpinning={isFetching}
|
||||||
isDisabled={isFetching || !hasIndexers}
|
isDisabled={isFetching || !hasIndexers}
|
||||||
|
@@ -116,6 +116,7 @@
|
|||||||
"Clear": "Clear",
|
"Clear": "Clear",
|
||||||
"ClearHistory": "Clear History",
|
"ClearHistory": "Clear History",
|
||||||
"ClearHistoryMessageText": "Are you sure you want to clear all {appName} history?",
|
"ClearHistoryMessageText": "Are you sure you want to clear all {appName} history?",
|
||||||
|
"ClickToChangeQueryOptions": "Click to change query options",
|
||||||
"ClientPriority": "Client Priority",
|
"ClientPriority": "Client Priority",
|
||||||
"Clone": "Clone",
|
"Clone": "Clone",
|
||||||
"CloneProfile": "Clone Profile",
|
"CloneProfile": "Clone Profile",
|
||||||
|
Reference in New Issue
Block a user