Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make popover button float to right
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 8abad01 commit 75046de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/mod-queue.tsx
Expand Up @@ -237,7 +237,7 @@ export default function () {
</Flex>
<Popover placement="top">
<PopoverTrigger>
<Button borderRadius="50%" h="16" w="16">
<Button borderRadius="50%" float="right" h="16" w="16">
<svg
xmlns="http://www.w3.org/2000/svg"
width="32"
Expand Down

0 comments on commit 75046de

Please sign in to comment.