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, ...props,
child: Box({ child: Box({
style: 'min-height:1px; min-width:1px', style: `min-height:1px;
min-width:1px;
padding: 1px;`,
child: Revealer({ child: Revealer({
transition, transition,
transitionDuration: 500, transitionDuration: 500,

View file

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