mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 16:07:10 +00:00
Fix spacing in Pushover add notifcation
This commit is contained in:
parent
1063072757
commit
5b411b9f3d
@ -610,7 +610,7 @@ export default function Settings() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{notificationType === "pushover" && (
|
{notificationType === "pushover" && (
|
||||||
<div className="mt-4">
|
<div className="mt-4 flex flex-col gap-2">
|
||||||
<div className="grid w-full items-center gap-1.5">
|
<div className="grid w-full items-center gap-1.5">
|
||||||
<Label htmlFor="pushoverUrl">Pushover URL</Label>
|
<Label htmlFor="pushoverUrl">Pushover URL</Label>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user