mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording dialogs
This commit is contained in:
parent
fbc040dc9c
commit
90d30a0229
73 changed files with 1986 additions and 713 deletions
|
@ -9,11 +9,13 @@
|
|||
}
|
||||
|
||||
.actionsheet-not-fullscreen {
|
||||
background-color: #2a2a2a;
|
||||
background-color: #121314;
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
}
|
||||
|
||||
.actionSheetMenuItem:hover {
|
||||
background-color: #333;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.actionsheet-fullscreen {
|
||||
|
@ -35,6 +37,7 @@
|
|||
flex-grow: 1;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.actionSheetMenuItem {
|
||||
|
@ -63,7 +66,7 @@
|
|||
}
|
||||
|
||||
.actionSheetItemText-extraspacing {
|
||||
padding: .8em 0;
|
||||
padding: .9em 0;
|
||||
}
|
||||
|
||||
.emby-button-noflex .actionSheetItemText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue