ui: fix alert layout not centered after refactoring (#387)

This commit is contained in:
Huang Xin
2025-02-16 15:50:28 +01:00
committed by GitHub
parent c46cf5b0bf
commit d49be1f9ca
@@ -249,7 +249,7 @@ const Bookshelf: React.FC<BookshelfProps> = ({
{showDeleteAlert && (
<div
className={clsx(
'fixed bottom-0 z-50 flex justify-center',
'fixed bottom-0 left-0 right-0 z-50 flex justify-center',
'pb-[calc(env(safe-area-inset-bottom)+16px)]',
)}
>