mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(web): add notification panel (#1578)
fix(web): notification settings form slideover
This commit is contained in:
parent
f1fa2680a6
commit
fe7709640e
1 changed files with 2 additions and 4 deletions
|
@ -355,9 +355,7 @@ export function NotificationAddForm({ isOpen, toggle }: AddProps) {
|
|||
onClose={toggle}
|
||||
>
|
||||
<div className="absolute inset-0 overflow-hidden">
|
||||
<DialogPanel className="absolute inset-0" />
|
||||
|
||||
<div className="absolute inset-y-0 right-0 pl-10 max-w-full flex sm:pl-16">
|
||||
<DialogPanel className="absolute inset-y-0 right-0 pl-10 max-w-full flex sm:pl-16">
|
||||
<TransitionChild
|
||||
as={Fragment}
|
||||
enter="transform transition ease-in-out duration-500 sm:duration-700"
|
||||
|
@ -524,7 +522,7 @@ export function NotificationAddForm({ isOpen, toggle }: AddProps) {
|
|||
</Formik>
|
||||
</div>
|
||||
</TransitionChild>
|
||||
</div>
|
||||
</DialogPanel>
|
||||
</div>
|
||||
</Dialog>
|
||||
</Transition>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue