mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 11:55:05 +01:00
Optical alignment on button
This commit is contained in:
parent
de4a7afec1
commit
abb2db1146
@ -88,12 +88,12 @@ export function NextEpisodeButton(props: {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={classNames([
|
className={classNames([
|
||||||
"absolute bottom-0 right-0 transition-[bottom] duration-200 flex space-x-3",
|
"absolute bottom-0 right-0 transition-[bottom] duration-200 flex items-center space-x-3",
|
||||||
bottom,
|
bottom,
|
||||||
])}
|
])}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
className="bg-video-buttons-secondary hover:bg-video-buttons-secondaryHover bg-opacity-90 text-video-buttons-secondaryText"
|
className="py-px box-content bg-video-buttons-secondary hover:bg-video-buttons-secondaryHover bg-opacity-90 text-video-buttons-secondaryText"
|
||||||
onClick={hideNextEpisodeButton}
|
onClick={hideNextEpisodeButton}
|
||||||
>
|
>
|
||||||
Cancel
|
Cancel
|
||||||
|
Loading…
Reference in New Issue
Block a user