mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 22:23:36 -07:00
Update base.html
Current-Activity Header is hidden in Mid and small devices because the logo is too big and it causes Navigation bar to appear on top of the activity header or hides show->episodes navigation. This way, it will still show full logo on larger display and will show smaller logo on smaller display so information is not hidden.
This commit is contained in:
parent
a75aba4aee
commit
2a3e372493
1 changed files with 4 additions and 1 deletions
|
@ -51,9 +51,12 @@ from plexpy import version
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="home">
|
<a class="navbar-brand hidden-md hidden-xs hidden-sm" 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="navbar-brand hidden-lg" href="home">
|
||||||
|
<img alt="PlexPy" src="interfaces/default/images/icon_ipad.png" height="40">
|
||||||
|
</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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue