mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 18:47:44 +00:00
DownloadRulesTab: right align buttons
This commit is contained in:
@@ -116,7 +116,7 @@ const DownloadRuleForm: FC<DownloadRuleFormProps> = ({
|
||||
defaultValue={rule.tags}
|
||||
/>
|
||||
</FormRow>
|
||||
<FormRow>
|
||||
<FormRow align="end" justify="end">
|
||||
<br />
|
||||
<Checkbox id="startOnLoad" defaultChecked={rule.startOnLoad} matchTextboxHeight>
|
||||
<Trans id="feeds.start.on.load" />
|
||||
|
||||
@@ -206,7 +206,7 @@ const DownloadRulesTab: FC = () => {
|
||||
}}
|
||||
/>
|
||||
) : (
|
||||
<FormRow>
|
||||
<FormRow align="end" justify="end">
|
||||
<br />
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user