Notfication API on android

This commit is contained in:
RobinLinus 2018-09-21 21:48:31 +02:00
parent 3601ace829
commit 390c72c933
3 changed files with 10 additions and 3 deletions

View file

@ -301,6 +301,7 @@ x-dialog x-background {
background: rgba(0, 0, 0, 0.61);
z-index: 10;
transition: opacity 300ms;
will-change: opacity;
padding: 16px;
}
@ -313,6 +314,7 @@ x-dialog x-paper {
max-width: 400px;
box-sizing: border-box;
transition: transform 300ms;
will-change: transform;
}
x-dialog:not([show]) {