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,
|
...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,
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue