Using vector instead of lowres image

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-22 21:36:08 +01:00
parent 7774626ec3
commit 4efa995599
5 changed files with 98 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
<div class="brand-logo truncate zbrand">
<a href="/" class="brand-logo brand-logo-navigate noselect">
<img id="zicon" src="public/images/squareicon_small.png" alt="zöff" title="Zöff" />
<img id="zicon" src="public/images/z.svg" alt="zöff" title="Zöff" />
</a>
<span id="chan" class="chan clickable truncate" title="Show big URL"><?php echo(ucfirst($list));?></span>
@@ -232,7 +232,7 @@
</div>
<div class="card-action center-align list-remove hide">
<a title="Remove song" id="del" class="waves-effect btn-flat clickable hide-on-small-only">Delete</a>
<a title="Remove song" id="del" class="waves-effect btn-flat clickable hide-on-med-and-up"><i class="material-icons">close</i></a>
<a title="Remove song" id="del" class="waves-effect btn-flat clickable hide-on-med-and-up"><i class="material-icons">close</i></a>
</div>
</div>
</div>

View File

@@ -8,11 +8,11 @@
<nav id="fp-nav">
<div class="nav-wrapper">
<a href="/" class="brand-logo brand-logo-navigate hide-on-med-and-down noselect">
<img id="zicon" src="public/images/squareicon_small.png" alt="zöff" title="Zöff" />
<img id="zicon" src="public/images/z.svg" alt="zöff" title="Zöff" />
</a>
<div class="brand-logo truncate zbrand">
<a href="/" class="hide-on-large-only brand-logo-navigate">
<img id="zicon" src="public/images/squareicon_small.png" alt="zöff" title="Zöff" />
<img id="zicon" src="public/images/z.svg" alt="zöff" title="Zöff" />
</a>
</div>
<ul class="right hide-on-med-and-down">

View File

@@ -17,7 +17,7 @@ if(isset($_GET['chan'])){
<nav id="fp-nav">
<div class="nav-wrapper">
<a href="#" class="brand-logo noselect">
<img id="zicon" src="public/images/squareicon_small.png" alt="zöff" title="Zöff" />
<img id="zicon" src="public/images/z.svg" alt="zöff" title="Zöff" />
</a>
<div id="frontpage-viewer-counter" data-position="bottom" data-delay="5" data-tooltip="Total viewers" class="noselect tooltipped" title="Divided among all channels. Hidden or not"></div>
<!--<a href="//zoff.no" class="brand-logo brand-mobile hide-on-med-and-up">Zöff</a>-->