chore: update flake.lock

This commit is contained in:
matt1432 2023-10-21 14:39:37 -04:00
parent f70762d388
commit 311db763d6
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -17,7 +17,9 @@ export default ({
...props,
child: Box({
style: 'min-height:1px; min-width:1px',
style: `min-height:1px;
min-width:1px;
padding: 1px;`,
child: Revealer({
transition,
transitionDuration: 500,

View file

@ -128,6 +128,7 @@ const NotificationCenterWidget = () => Box({
Box({
className: 'notification-wallpaper-box',
children: [
// FIXME: doesn't behave like scrollable??
Scrollable({
className: 'notification-list-box',
hscroll: 'never',