mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: padding bottom no load more (#1678)
This commit is contained in:
parent
bc8be73d6c
commit
0e352b7bcb
@ -131,7 +131,7 @@ export const NotificationPopover = () => {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
{isLoadingMore && (
|
{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">
|
<div role="status">
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
@ -157,7 +157,7 @@ export const NotificationPopover = () => {
|
|||||||
{hasMore && !isLoadingMore && (
|
{hasMore && !isLoadingMore && (
|
||||||
<button
|
<button
|
||||||
type="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}
|
disabled={isLoadingMore}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSize((prev) => prev + 1);
|
setSize((prev) => prev + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user