mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-23 06:25:27 -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">
|
<a class="navbar-brand" href="home">
|
||||||
<img alt="PlexPy" src="interfaces/default/images/logo-plexpy@2x.png" height="40">
|
<img alt="PlexPy" src="interfaces/default/images/logo-plexpy@2x.png" height="40">
|
||||||
</a>
|
</a>
|
||||||
|
<a class="github-badge" href="https://github.com/drzoidberg33/plexpy">
|
||||||
|
<span class="fa fa-github fa-lg"></span>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse navbar-right" id="navbar-collapse-1">
|
<div class="collapse navbar-collapse navbar-right" id="navbar-collapse-1">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
|
|
|
@ -2715,3 +2715,7 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
|
||||||
.selectize-input input[type='text'] {
|
.selectize-input input[type='text'] {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github-badge {
|
||||||
|
line-height: 50px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue