mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 22:23:36 -07:00
Merge 2cb023e80b
into 1d9a4e0b99
This commit is contained in:
commit
b75842e8d0
2 changed files with 8 additions and 1 deletions
|
@ -159,6 +159,9 @@ from plexpy import version
|
|||
<a class="navbar-brand" href="home">
|
||||
<img alt="PlexPy" src="interfaces/default/images/logo-plexpy@2x.png" height="40">
|
||||
</a>
|
||||
<a class="github-badge" href="https://github.com/drzoidberg33/plexpy">
|
||||
<span class="fa fa-github fa-lg"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse navbar-right" id="navbar-collapse-1">
|
||||
<ul class="nav navbar-nav">
|
||||
|
|
|
@ -2714,4 +2714,8 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
|
|||
}
|
||||
.selectize-input input[type='text'] {
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.github-badge {
|
||||
line-height: 50px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue