mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
increase language overlay width
This commit is contained in:
parent
ed51c6d1e8
commit
b797200c3a
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ function SettingsOverlay({ id }: { id: string }) {
|
|||
<OverlayPage
|
||||
id={id}
|
||||
path="/captionsOverlay/languagesOverlay"
|
||||
width={343}
|
||||
width={443}
|
||||
height={452}
|
||||
>
|
||||
<Menu.CardWithScrollable>
|
||||
|
|
@ -154,7 +154,7 @@ function SettingsOverlay({ id }: { id: string }) {
|
|||
<OverlayPage
|
||||
id={id}
|
||||
path="/captions/languages"
|
||||
width={343}
|
||||
width={443}
|
||||
height={452}
|
||||
>
|
||||
<Menu.CardWithScrollable>
|
||||
|
|
|
|||
Loading…
Reference in a new issue