mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
76dd2768d2
commit
59c19c458f
2 changed files with 7 additions and 10 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.82",
|
||||
"_release": "1.1.82",
|
||||
"version": "1.1.84",
|
||||
"_release": "1.1.84",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.82",
|
||||
"commit": "7448174f423f41d47655b57235724856acb0a117"
|
||||
"tag": "1.1.84",
|
||||
"commit": "f6da20976f81118f044588378a5cdaadea3063ba"
|
||||
},
|
||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "~1.1.5",
|
||||
|
|
|
@ -2,12 +2,9 @@
|
|||
margin: 0;
|
||||
border-radius: 4px;
|
||||
z-index: 999999 !important;
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
margin: 24px 40px;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: #ffffff;
|
||||
color: #212121;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
|
||||
height: auto;
|
||||
|
@ -113,9 +110,9 @@
|
|||
transition: opacity ease-out 0.2s;
|
||||
}
|
||||
|
||||
.dialogBackdrop.opened {
|
||||
opacity: .6;
|
||||
}
|
||||
.dialogBackdrop.opened {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.dialog::backdrop {
|
||||
opacity: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue