chore: update flake.lock
This commit is contained in:
parent
f70762d388
commit
311db763d6
3 changed files with 4 additions and 1 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -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,
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue