mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Bold and change size
This commit is contained in:
parent
c9d2d7134b
commit
a26097ffd4
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ export function CaptionsView({ id }: { id: string }) {
|
||||||
{dragging && (
|
{dragging && (
|
||||||
<div className="absolute inset-0 flex items-center justify-center text-white z-10 pointer-events-none">
|
<div className="absolute inset-0 flex items-center justify-center text-white z-10 pointer-events-none">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<Icon className="text-4xl mb-8" icon={Icons.FILE} />
|
<Icon className="text-5xl mb-8" icon={Icons.FILE} />
|
||||||
<span className="text-xl">
|
<span className="text-xl weight font-medium">
|
||||||
{t("player.menus.subtitles.dropSubtitleFile")}
|
{t("player.menus.subtitles.dropSubtitleFile")}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue