mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix link buttons
This commit is contained in:
parent
6ff52c8aa8
commit
6266ef9f86
59 changed files with 309 additions and 222 deletions
|
@ -10,7 +10,14 @@
|
|||
|
||||
<div class="sections"></div>
|
||||
</div>
|
||||
<div class="pageTabContent" id="downloadsTab" data-index="1">
|
||||
<div class="pageTabContent padded-left padded-right" id="downloadsTab" data-index="1">
|
||||
|
||||
<div class="localSyncStatus hide" style="text-align:right;margin:0 0 1em;">
|
||||
<button type="button" is="emby-button" class="btnSyncNow mini button-accent fab autoSize" style="margin-right:.5em;"><i class="md-icon">sync</i></button>
|
||||
</div>
|
||||
<div class="syncActivity">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageTabContent" id="favoritesTab" data-index="2">
|
||||
<div class="favoriteSections"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue