Browse Source

Fix flag alignment on subtitles page

pull/501/head
Jip Fr 2 years ago
parent
commit
4f810a58d9
  1. 2
      src/components/player/atoms/settings/CaptionsView.tsx

2
src/components/player/atoms/settings/CaptionsView.tsx

@ -36,7 +36,7 @@ export function CaptionOption(props: { @@ -36,7 +36,7 @@ export function CaptionOption(props: {
data-active-link={props.selected ? true : undefined}
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} />
</span>
<span>{props.children}</span>

Loading…
Cancel
Save