mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 22:09:10 +01:00
Fix flag alignment on subtitles page
This commit is contained in:
parent
595edd5041
commit
4f810a58d9
@ -36,7 +36,7 @@ export function CaptionOption(props: {
|
|||||||
data-active-link={props.selected ? true : undefined}
|
data-active-link={props.selected ? true : undefined}
|
||||||
className="flex items-center"
|
className="flex items-center"
|
||||||
>
|
>
|
||||||
<span data-code={props.countryCode} className="mr-3">
|
<span data-code={props.countryCode} className="mr-3 inline-flex">
|
||||||
<FlagIcon countryCode={props.countryCode} />
|
<FlagIcon countryCode={props.countryCode} />
|
||||||
</span>
|
</span>
|
||||||
<span>{props.children}</span>
|
<span>{props.children}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user