mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-22 21:36:25 +02:00
💄 Fix margin on admin controls
This commit is contained in:
parent
a661630e1f
commit
02ef9000a7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export const AdminControls = (props: { children?: React.ReactNode }) => {
|
|||
|
||||
return (
|
||||
<div className="">
|
||||
<div className="mb-4 flex justify-end">
|
||||
<div className="mb-3 flex justify-end sm:mb-4">
|
||||
<div className="flex gap-2">
|
||||
<NotificationsToggle />
|
||||
<ManagePoll placement="bottom-end" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue