mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
adjust margin for translate button
This commit is contained in:
parent
48f72c228e
commit
edb9cad8dc
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ function CaptionOptionRightSide(props: CaptionOptionProps) {
|
|||
className={classNames(
|
||||
"text-buttons-secondaryText px-2 py-1 rounded bg-opacity-0",
|
||||
{
|
||||
"mr-3": margin,
|
||||
"mr-1": margin,
|
||||
"bg-opacity-100 bg-buttons-purpleHover": props.isTranslatedTarget,
|
||||
},
|
||||
"transition duration-300 ease-in-out",
|
||||
|
|
|
|||
Loading…
Reference in a new issue