Skip to content

Commit

Permalink
update: size of event notification
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Sep 23, 2024
1 parent a4e1b3e commit 8e522ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fullstack Web3 Template v2.2.0
# Fullstack Web3 Template v2.2.1

## QuickStart

Expand Down
21 changes: 0 additions & 21 deletions SECURITY.md

This file was deleted.

2 changes: 1 addition & 1 deletion ui/utils/fwt/notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Notification = ({
return toast.custom(
t => (
<div
className={`flex flex-row items-start justify-between max-w-sm rounded-xl shadow-center shadow-accent bg-base-200 p-4 transform-gpu relative transition-all duration-500 ease-in-out space-x-2
className={`flex flex-row items-start justify-between max-w-xl rounded-xl shadow-center shadow-accent bg-base-200 p-4 transform-gpu relative transition-all duration-500 ease-in-out space-x-2
${
position.substring(0, 3) == "top"
? `hover:translate-y-1 ${t.visible ? "top-0" : "-top-96"}`
Expand Down

0 comments on commit 8e522ba

Please sign in to comment.