Skip to content

Commit 56fea57

Browse files
committed
fix: adjust indentation for notification dropdown in Header component
1 parent af02cd4 commit 56fea57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/layout/Header.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ export const Header = () => {
6565
{profile && notificationsOpen && (
6666
<div
6767
className={`
68-
absolute z-50 mt-2
69-
w-[95vw] max-w-xs left-1/2 -translate-x-1/2 right-auto
70-
sm:w-80 sm:max-w-xs sm:left-auto sm:right-0 sm:translate-x-0
71-
bg-neutral-70 shadow-lg rounded-xl
72-
`}
68+
absolute z-50 mt-2
69+
w-[95vw] max-w-xs left-1/2 -translate-x-1/2 right-auto
70+
sm:w-80 sm:max-w-xs sm:left-auto sm:right-0 sm:translate-x-0
71+
bg-neutral-70 shadow-lg rounded-xl
72+
`}
7373
>
7474
<div className="flex justify-between items-center px-4 py-3 border-b border-base-200">
7575
<span className="font-semibold text-base-content">Notificaciones</span>

0 commit comments

Comments
 (0)