diff --git a/registry/blocks/liquid-glass-notification/liquid-glass-notification.html b/registry/blocks/liquid-glass-notification/liquid-glass-notification.html index b8a8b1dbd..a682f052c 100644 --- a/registry/blocks/liquid-glass-notification/liquid-glass-notification.html +++ b/registry/blocks/liquid-glass-notification/liquid-glass-notification.html @@ -1,354 +1,222 @@ - - - - Liquid Glass Notification - - - - - - - -
- - + .avatar { + width: 48px; height: 48px; border-radius: 50%; + display: flex; align-items: center; justify-content: center; + font-size: 18px; font-weight: 800; flex-shrink: 0; + } + .avatar-ja { background: linear-gradient(135deg, #667eea, #764ba2); } + .avatar-kl { background: linear-gradient(135deg, #f093fb, #f5576c); } + .notif-body { flex: 1; min-width: 0; } + .notif-header { display: flex; align-items: baseline; gap: 8px; margin-bottom: 3px; } + .notif-name { font-size: 20px; font-weight: 700; } + .notif-time { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.55); } + .notif-text { font-size: 17px; font-weight: 500; color: rgba(255,255,255,0.88); line-height: 1.4; } + + + +
- - -
-
-
+ - -
-
JA
-
-
- Julia Alvarez - 2m ago -
-
The new render pipeline is looking incredible!
+ +
+
+
+ +
+
+
JA
+
+
+ John Appleseed + now
+
My orchard just shipped a critical bug fix. The apples now fall closer to the tree.
- -
-
KL
-
-
- Kevin Liu - 5m ago -
-
Shipped the liquid glass effect to production
-
-
- -
+
+
KL
+
+
+ Kate Linen + 2m ago +
+
The new design system is live. Glass everywhere.
+
+
+
+
- - + window.__timelines["liquid-glass-notification"] = tl; +})(); + +