style: padding bottom no load more (#1678)

This commit is contained in:
Dakshesh Jain 2023-07-26 23:59:05 +05:30 committed by GitHub
parent bc8be73d6c
commit 0e352b7bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ export const NotificationPopover = () => {
))}
</div>
{isLoadingMore && (
<div className="mt-6 flex justify-center items-center text-sm">
<div className="my-6 flex justify-center items-center text-sm">
<div role="status">
<svg
aria-hidden="true"
@ -157,7 +157,7 @@ export const NotificationPopover = () => {
{hasMore && !isLoadingMore && (
<button
type="button"
className="text-custom-primary-100 mt-6 flex justify-center items-center w-full text-sm font-medium"
className="text-custom-primary-100 my-6 flex justify-center items-center w-full text-sm font-medium"
disabled={isLoadingMore}
onClick={() => {
setSize((prev) => prev + 1);