diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-02 09:33:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 09:33:46 +0100 |
commit | eb868a042ad4f767b8e1b90d33bf1171b66a5238 (patch) | |
tree | f80ad0bfb2d988e7e8385b2bffdc945432360e14 /src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx | |
parent | 17d82a64a6a73a74ee176ab560189e8b94254a4f (diff) | |
download | voidsky-eb868a042ad4f767b8e1b90d33bf1171b66a5238.tar.zst |
[Video] Misc player style tweaks (#5064)
* use actual black rather than theme black * adjust time/mute indicators
Diffstat (limited to 'src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx b/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx index 4d07ee78d..6636883f1 100644 --- a/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx +++ b/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx @@ -29,9 +29,9 @@ export function TimeIndicator({time}: {time: number}) { paddingHorizontal: 6, paddingVertical: 3, position: 'absolute', - left: 5, - bottom: 5, - minHeight: 20, + left: 6, + bottom: 6, + minHeight: 21, justifyContent: 'center', }, ]}> |