Add notification history container

This commit is contained in:
Jas Singh
2024-06-24 02:02:02 -07:00
parent f162af8a41
commit ee461f2ee0
6 changed files with 236 additions and 188 deletions

View File

@@ -15,7 +15,7 @@ const PopupRevealer = (
Widget.Revealer({
transition,
child: Widget.Box({
class_name: "window-content",
class_name: `window-content ${name}`,
child,
}),
transitionDuration: 200,