mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 05:46:20 +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 (
|
return (
|
||||||
<div className="">
|
<div className="">
|
||||||
<div className="mb-4 flex justify-end">
|
<div className="mb-3 flex justify-end sm:mb-4">
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<NotificationsToggle />
|
<NotificationsToggle />
|
||||||
<ManagePoll placement="bottom-end" />
|
<ManagePoll placement="bottom-end" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue