mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
Fixed manual search modal matches popover position and width.
This commit is contained in:
parent
b50e7f4fff
commit
1613501ea4
2 changed files with 5 additions and 1 deletions
|
@ -34,3 +34,7 @@ body {
|
|||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
#manual-search-matches-info {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -309,7 +309,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
|
|||
);
|
||||
|
||||
return (
|
||||
<OverlayTrigger overlay={popover}>
|
||||
<OverlayTrigger overlay={popover} placement={"left"}>
|
||||
<FontAwesomeIcon icon={icon} color={color}></FontAwesomeIcon>
|
||||
</OverlayTrigger>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue