We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af02cd4 commit 56fea57Copy full SHA for 56fea57
src/layout/Header.jsx
@@ -65,11 +65,11 @@ export const Header = () => {
65
{profile && notificationsOpen && (
66
<div
67
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
- `}
+ absolute z-50 mt-2
+ w-[95vw] max-w-xs left-1/2 -translate-x-1/2 right-auto
+ sm:w-80 sm:max-w-xs sm:left-auto sm:right-0 sm:translate-x-0
+ bg-neutral-70 shadow-lg rounded-xl
+ `}
73
>
74
<div className="flex justify-between items-center px-4 py-3 border-b border-base-200">
75
<span className="font-semibold text-base-content">Notificaciones</span>
0 commit comments