mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add guide optimizations
This commit is contained in:
parent
7e060883f6
commit
e51031cad8
6 changed files with 35 additions and 30 deletions
|
@ -1,5 +1,19 @@
|
|||
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
|
||||
|
||||
<style>
|
||||
.status-text-icon {
|
||||
font-size: 94%;
|
||||
background-color: #444;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.zeroProgressStatus {
|
||||
background-color: #444;
|
||||
}
|
||||
</style>
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue