mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(web): form slideovers for mobile views (#1725)
This commit is contained in:
parent
45df8a67ee
commit
425c3b21ef
6 changed files with 12 additions and 12 deletions
|
@ -63,7 +63,7 @@ export function ProxyAddForm({ isOpen, toggle }: AddProps) {
|
|||
onClose={toggle}
|
||||
>
|
||||
<div className="absolute inset-0 overflow-hidden">
|
||||
<DialogPanel className="absolute inset-y-0 right-0 pl-10 max-w-full flex sm:pl-16">
|
||||
<DialogPanel className="absolute inset-y-0 right-0 max-w-full flex">
|
||||
<TransitionChild
|
||||
as={Fragment}
|
||||
enter="transform transition ease-in-out duration-500 sm:duration-700"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue