mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix recording button
This commit is contained in:
parent
02b433a97f
commit
c73ed976d9
30 changed files with 165 additions and 129 deletions
|
@ -53,15 +53,15 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell button {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell button + button {
|
||||
margin-left: .5em;
|
||||
.detailTableButtonsCell button {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.detailTableButtonsCell button + button {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.tabletColumn {
|
||||
display: table-cell;
|
||||
|
@ -80,7 +80,6 @@
|
|||
background-color: rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
|
||||
.stripedTable tbody tr:nth-child(odd) td,
|
||||
.stripedTable tbody tr:nth-child(odd) th {
|
||||
background-color: #eeeeee; /* non-RGBA fallback */
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
.mainDrawerPanel #drawer {
|
||||
z-index: 1000 !important;
|
||||
z-index: 1099 !important;
|
||||
position: fixed !important;
|
||||
bottom: 0;
|
||||
height: auto !important;
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
.mainDrawerPanel #scrim {
|
||||
/* Give it at least something to make it visible */
|
||||
z-index: 1000;
|
||||
z-index: 1098;
|
||||
/* It defaults to absolute, not visible after scrolling */
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
@ -311,7 +311,8 @@ body {
|
|||
overflow-y: scroll !important;
|
||||
font-size: 13px;
|
||||
font-family: Roboto, Arial, Helvetica, sans-serif;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
/*Can't use this with safari or it causes some content to disappear*/
|
||||
/*-webkit-overflow-scrolling: touch;*/
|
||||
/* Remove the white default from jqm */
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
@ -1410,4 +1411,4 @@ progress {
|
|||
|
||||
.supporterMembershipDisabled .tabSupporterMembership {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue