mirror of https://github.com/Sonarr/Sonarr
Fixed: Spacing between manual download and override download buttons
This commit is contained in:
parent
3e87870370
commit
7ed0407e77
|
@ -68,7 +68,8 @@
|
||||||
.manualDownloadContent {
|
.manualDownloadContent {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
margin: 0 2px;
|
||||||
|
width: 22px;
|
||||||
height: 20.39px;
|
height: 20.39px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 20.39px;
|
line-height: 20.39px;
|
||||||
|
|
|
@ -272,6 +272,7 @@ function InteractiveSearchRow(props: InteractiveSearchRowProps) {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
className={styles.manualDownloadContent}
|
||||||
title="Override and add to download queue"
|
title="Override and add to download queue"
|
||||||
onPress={onOverridePress}
|
onPress={onOverridePress}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue