forked from akai/readest
ui: fix alert layout not centered after refactoring (#387)
This commit is contained in:
@@ -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)]',
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user