mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0c7088e379
commit
cf2c7ca241
157 changed files with 2861 additions and 2975 deletions
|
@ -19,9 +19,39 @@
|
|||
.ui-panel .ui-panel-inner {
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: 0; left: 0; right: 0; bottom: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.libraryReportIndicator {
|
||||
position: relative;
|
||||
display: block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
height: 19px;
|
||||
padding-top: 3px;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
background: rgb(204, 0, 0);
|
||||
background: rgba(204, 0, 0, .8);
|
||||
}
|
||||
|
||||
.libraryReportIndicator div:after {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.clearLibraryReportIndicator {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.tblLibraryReport img {
|
||||
height: 18px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
</style>
|
||||
<div data-role="content">
|
||||
<div style="text-align: center;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue