mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 17:56:16 -04:00
Notfication API on android
This commit is contained in:
parent
3601ace829
commit
390c72c933
3 changed files with 10 additions and 3 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue